public interface _ListConcatenateFrontRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getListName()
bytes list_name = 1; |
boolean |
getRefreshTtl()
bool refresh_ttl = 4; |
int |
getTruncateBackToSize()
ensure total length <= this; remove excess from back of list
|
long |
getTtlMilliseconds()
uint64 ttl_milliseconds = 3; |
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 getListName()
bytes list_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.long getTtlMilliseconds()
uint64 ttl_milliseconds = 3;boolean getRefreshTtl()
bool refresh_ttl = 4;int getTruncateBackToSize()
ensure total length <= this; remove excess from back of list
uint32 truncate_back_to_size = 5;