grpc.leaderboard._RankRangeOrBuilder 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: leaderboard.proto
package grpc.leaderboard;
public interface _RankRangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:leaderboard._RankRange)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 start_inclusive = 1;
* @return The startInclusive.
*/
int getStartInclusive();
/**
* uint32 end_exclusive = 2;
* @return The endExclusive.
*/
int getEndExclusive();
}