public interface _ListPushBackRequestOrBuilder
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 |
getTruncateFrontToSize()
ensure total length <= this; remove excess from front of list
|
long |
getTtlMilliseconds()
uint64 ttl_milliseconds = 3; |
com.google.protobuf.ByteString |
getValue()
bytes value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getListName()
bytes list_name = 1;com.google.protobuf.ByteString getValue()
bytes value = 2;long getTtlMilliseconds()
uint64 ttl_milliseconds = 3;boolean getRefreshTtl()
bool refresh_ttl = 4;int getTruncateFrontToSize()
ensure total length <= this; remove excess from front of list
uint32 truncate_front_to_size = 5;