public interface _DictionarySetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getDictionaryName()
bytes dictionary_name = 1; |
_DictionaryFieldValuePair |
getItems(int index)
repeated .cache_client._DictionaryFieldValuePair items = 2; |
int |
getItemsCount()
repeated .cache_client._DictionaryFieldValuePair items = 2; |
java.util.List<_DictionaryFieldValuePair> |
getItemsList()
repeated .cache_client._DictionaryFieldValuePair items = 2; |
_DictionaryFieldValuePairOrBuilder |
getItemsOrBuilder(int index)
repeated .cache_client._DictionaryFieldValuePair items = 2; |
java.util.List<? extends _DictionaryFieldValuePairOrBuilder> |
getItemsOrBuilderList()
repeated .cache_client._DictionaryFieldValuePair items = 2; |
boolean |
getRefreshTtl()
bool refresh_ttl = 4; |
long |
getTtlMilliseconds()
uint64 ttl_milliseconds = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getDictionaryName()
bytes dictionary_name = 1;java.util.List<_DictionaryFieldValuePair> getItemsList()
repeated .cache_client._DictionaryFieldValuePair items = 2;_DictionaryFieldValuePair getItems(int index)
repeated .cache_client._DictionaryFieldValuePair items = 2;int getItemsCount()
repeated .cache_client._DictionaryFieldValuePair items = 2;java.util.List<? extends _DictionaryFieldValuePairOrBuilder> getItemsOrBuilderList()
repeated .cache_client._DictionaryFieldValuePair items = 2;_DictionaryFieldValuePairOrBuilder getItemsOrBuilder(int index)
repeated .cache_client._DictionaryFieldValuePair items = 2;long getTtlMilliseconds()
uint64 ttl_milliseconds = 3;boolean getRefreshTtl()
bool refresh_ttl = 4;