grpc.cache_client._ListConcatenateBackRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos Show documentation
Show all versions of client-protos Show documentation
Java protobuf protocols that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cacheclient.proto
package grpc.cache_client;
public interface _ListConcatenateBackRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._ListConcatenateBackRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes list_name = 1;
* @return The listName.
*/
com.google.protobuf.ByteString getListName();
/**
* repeated bytes values = 2;
* @return A list containing the values.
*/
java.util.List getValuesList();
/**
* repeated bytes values = 2;
* @return The count of values.
*/
int getValuesCount();
/**
* repeated bytes values = 2;
* @param index The index of the element to return.
* @return The values at the given index.
*/
com.google.protobuf.ByteString getValues(int index);
/**
* uint64 ttl_milliseconds = 3;
* @return The ttlMilliseconds.
*/
long getTtlMilliseconds();
/**
* bool refresh_ttl = 4;
* @return The refreshTtl.
*/
boolean getRefreshTtl();
/**
*
* ensure total length <= this; remove excess from front of list
*
*
* uint32 truncate_front_to_size = 5;
* @return The truncateFrontToSize.
*/
int getTruncateFrontToSize();
}