public interface _SortedSetGetRankRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
_SortedSetGetRankRequest.Order |
getOrder()
The order in which sorted set will be sorted to determine the rank.
|
int |
getOrderValue()
The order in which sorted set will be sorted to determine the rank.
|
com.google.protobuf.ByteString |
getSetName()
bytes set_name = 1; |
com.google.protobuf.ByteString |
getValue()
bytes value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getSetName()
bytes set_name = 1;com.google.protobuf.ByteString getValue()
bytes value = 2;int getOrderValue()
The order in which sorted set will be sorted to determine the rank. When Order.ASCENDING is specified, will return the rank of the value when sorted set scores are ordered from low to high. This is the default when no Order is specified. When Order.DESCENDING is specified, will return the rank of the value when sorted set scores are ordered from high to low.
.cache_client._SortedSetGetRankRequest.Order order = 3;_SortedSetGetRankRequest.Order getOrder()
The order in which sorted set will be sorted to determine the rank. When Order.ASCENDING is specified, will return the rank of the value when sorted set scores are ordered from low to high. This is the default when no Order is specified. When Order.DESCENDING is specified, will return the rank of the value when sorted set scores are ordered from high to low.
.cache_client._SortedSetGetRankRequest.Order order = 3;