getInstance

abstract fun getInstance(index: Int): String
Maps an enumeration instance to this object. Enumeration membership is contextual.
repeated string instance = 1;

Return

The instance at the given index.

Parameters

index

The index of the element to return.