grpc.cache_client._SortedSetFetchRequestOrBuilder 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 _SortedSetFetchRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._SortedSetFetchRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes set_name = 1;
* @return The setName.
*/
com.google.protobuf.ByteString getSetName();
/**
* .cache_client._SortedSetFetchRequest.Order order = 2;
* @return The enum numeric value on the wire for order.
*/
int getOrderValue();
/**
* .cache_client._SortedSetFetchRequest.Order order = 2;
* @return The order.
*/
grpc.cache_client._SortedSetFetchRequest.Order getOrder();
/**
* bool with_scores = 3;
* @return The withScores.
*/
boolean getWithScores();
/**
* .cache_client._SortedSetFetchRequest._ByIndex by_index = 4;
* @return Whether the byIndex field is set.
*/
boolean hasByIndex();
/**
* .cache_client._SortedSetFetchRequest._ByIndex by_index = 4;
* @return The byIndex.
*/
grpc.cache_client._SortedSetFetchRequest._ByIndex getByIndex();
/**
* .cache_client._SortedSetFetchRequest._ByIndex by_index = 4;
*/
grpc.cache_client._SortedSetFetchRequest._ByIndexOrBuilder getByIndexOrBuilder();
/**
* .cache_client._SortedSetFetchRequest._ByScore by_score = 5;
* @return Whether the byScore field is set.
*/
boolean hasByScore();
/**
* .cache_client._SortedSetFetchRequest._ByScore by_score = 5;
* @return The byScore.
*/
grpc.cache_client._SortedSetFetchRequest._ByScore getByScore();
/**
* .cache_client._SortedSetFetchRequest._ByScore by_score = 5;
*/
grpc.cache_client._SortedSetFetchRequest._ByScoreOrBuilder getByScoreOrBuilder();
grpc.cache_client._SortedSetFetchRequest.RangeCase getRangeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy