public interface _SortedSetGetScoreRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getSetName()
bytes set_name = 1; |
com.google.protobuf.ByteString |
getValues(int index)
repeated bytes values = 2; |
int |
getValuesCount()
repeated bytes values = 2; |
java.util.List<com.google.protobuf.ByteString> |
getValuesList()
repeated bytes values = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getSetName()
bytes set_name = 1;java.util.List<com.google.protobuf.ByteString> getValuesList()
repeated bytes values = 2;int getValuesCount()
repeated bytes values = 2;com.google.protobuf.ByteString getValues(int index)
repeated bytes values = 2;index - The index of the element to return.