grpc.cache_client._SortedSetPutRequestOrBuilder 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 _SortedSetPutRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._SortedSetPutRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes set_name = 1;
* @return The setName.
*/
com.google.protobuf.ByteString getSetName();
/**
* repeated .cache_client._SortedSetElement elements = 2;
*/
java.util.List
getElementsList();
/**
* repeated .cache_client._SortedSetElement elements = 2;
*/
grpc.cache_client._SortedSetElement getElements(int index);
/**
* repeated .cache_client._SortedSetElement elements = 2;
*/
int getElementsCount();
/**
* repeated .cache_client._SortedSetElement elements = 2;
*/
java.util.List extends grpc.cache_client._SortedSetElementOrBuilder>
getElementsOrBuilderList();
/**
* repeated .cache_client._SortedSetElement elements = 2;
*/
grpc.cache_client._SortedSetElementOrBuilder getElementsOrBuilder(
int index);
/**
* uint64 ttl_milliseconds = 3;
* @return The ttlMilliseconds.
*/
long getTtlMilliseconds();
/**
* bool refresh_ttl = 4;
* @return The refreshTtl.
*/
boolean getRefreshTtl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy