public interface _SortedSetIncrementRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount()
double amount = 3; |
boolean |
getRefreshTtl()
bool refresh_ttl = 5; |
com.google.protobuf.ByteString |
getSetName()
bytes set_name = 1; |
long |
getTtlMilliseconds()
uint64 ttl_milliseconds = 4; |
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;double getAmount()
double amount = 3;long getTtlMilliseconds()
uint64 ttl_milliseconds = 4;boolean getRefreshTtl()
bool refresh_ttl = 5;