public interface _DictionaryIncrementRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount()
int64 amount = 3; |
com.google.protobuf.ByteString |
getDictionaryName()
bytes dictionary_name = 1; |
com.google.protobuf.ByteString |
getField()
bytes field = 2; |
boolean |
getRefreshTtl()
bool refresh_ttl = 5; |
long |
getTtlMilliseconds()
uint64 ttl_milliseconds = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getDictionaryName()
bytes dictionary_name = 1;com.google.protobuf.ByteString getField()
bytes field = 2;long getAmount()
int64 amount = 3;long getTtlMilliseconds()
uint64 ttl_milliseconds = 4;boolean getRefreshTtl()
bool refresh_ttl = 5;