getInstanceBytes

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

Return

The bytes of the instance at the given index.

Parameters

index

The index of the value to return.