grpc.cache_client._ListPushFrontRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM 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 _ListPushFrontRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._ListPushFrontRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes list_name = 1;
* @return The listName.
*/
com.google.protobuf.ByteString getListName();
/**
* bytes value = 2;
* @return The value.
*/
com.google.protobuf.ByteString getValue();
/**
* 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 back of list
*
*
* uint32 truncate_back_to_size = 5;
* @return The truncateBackToSize.
*/
int getTruncateBackToSize();
}