grpc.cache_client._ListRetainRequestOrBuilder 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 _ListRetainRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._ListRetainRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes list_name = 1;
* @return The listName.
*/
com.google.protobuf.ByteString getListName();
/**
* .common._Unbounded unbounded_start = 2;
* @return Whether the unboundedStart field is set.
*/
boolean hasUnboundedStart();
/**
* .common._Unbounded unbounded_start = 2;
* @return The unboundedStart.
*/
grpc.common._Unbounded getUnboundedStart();
/**
* .common._Unbounded unbounded_start = 2;
*/
grpc.common._UnboundedOrBuilder getUnboundedStartOrBuilder();
/**
* sint32 inclusive_start = 3;
* @return Whether the inclusiveStart field is set.
*/
boolean hasInclusiveStart();
/**
* sint32 inclusive_start = 3;
* @return The inclusiveStart.
*/
int getInclusiveStart();
/**
* .common._Unbounded unbounded_end = 4;
* @return Whether the unboundedEnd field is set.
*/
boolean hasUnboundedEnd();
/**
* .common._Unbounded unbounded_end = 4;
* @return The unboundedEnd.
*/
grpc.common._Unbounded getUnboundedEnd();
/**
* .common._Unbounded unbounded_end = 4;
*/
grpc.common._UnboundedOrBuilder getUnboundedEndOrBuilder();
/**
* sint32 exclusive_end = 5;
* @return Whether the exclusiveEnd field is set.
*/
boolean hasExclusiveEnd();
/**
* sint32 exclusive_end = 5;
* @return The exclusiveEnd.
*/
int getExclusiveEnd();
/**
* uint64 ttl_milliseconds = 6;
* @return The ttlMilliseconds.
*/
long getTtlMilliseconds();
/**
* bool refresh_ttl = 7;
* @return The refreshTtl.
*/
boolean getRefreshTtl();
grpc.cache_client._ListRetainRequest.StartIndexCase getStartIndexCase();
grpc.cache_client._ListRetainRequest.EndIndexCase getEndIndexCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy