grpc.leaderboard._RankedElementOrBuilder 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 _RankedElementOrBuilder extends
// @@protoc_insertion_point(interface_extends:leaderboard._RankedElement)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 id = 1;
* @return The id.
*/
int getId();
/**
* uint32 rank = 3;
* @return The rank.
*/
int getRank();
/**
* double score = 4;
* @return The score.
*/
double getScore();
}