@Generated(value="by gRPC proto compiler (version 1.53.0)",
comments="Source: leaderboard.proto")
public final class LeaderboardGrpc
extends java.lang.Object
Like a sorted set, but for leaderboards! Elements in a leaderboard are keyed by an ID, which is an unsigned 64 bit integer. Scores are single-precision floating point numbers. Each ID can have only 1 score. For batchy, multi-element apis, limits are 8192 elements per api call. Scores are IEEE 754 single-precision floating point numbers. This has a few implications you should be aware of, but the one most likely to affect you is that below -16777216 and above 16777216, not all integers are able to be represented.
| Modifier and Type | Class and Description |
|---|---|
static class |
LeaderboardGrpc.LeaderboardBlockingStub
Like a sorted set, but for leaderboards!
Elements in a leaderboard are keyed by an ID, which is an unsigned 64 bit integer.
|
static class |
LeaderboardGrpc.LeaderboardFutureStub
Like a sorted set, but for leaderboards!
Elements in a leaderboard are keyed by an ID, which is an unsigned 64 bit integer.
|
static class |
LeaderboardGrpc.LeaderboardImplBase
Like a sorted set, but for leaderboards!
Elements in a leaderboard are keyed by an ID, which is an unsigned 64 bit integer.
|
static class |
LeaderboardGrpc.LeaderboardStub
Like a sorted set, but for leaderboards!
Elements in a leaderboard are keyed by an ID, which is an unsigned 64 bit integer.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<_DeleteLeaderboardRequest,_Empty> |
getDeleteLeaderboardMethod() |
static io.grpc.MethodDescriptor<_GetByRankRequest,_GetByRankResponse> |
getGetByRankMethod() |
static io.grpc.MethodDescriptor<_GetByScoreRequest,_GetByScoreResponse> |
getGetByScoreMethod() |
static io.grpc.MethodDescriptor<_GetLeaderboardLengthRequest,_GetLeaderboardLengthResponse> |
getGetLeaderboardLengthMethod() |
static io.grpc.MethodDescriptor<_GetRankRequest,_GetRankResponse> |
getGetRankMethod() |
static io.grpc.MethodDescriptor<_RemoveElementsRequest,_Empty> |
getRemoveElementsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<_UpsertElementsRequest,_Empty> |
getUpsertElementsMethod() |
static LeaderboardGrpc.LeaderboardBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static LeaderboardGrpc.LeaderboardFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static LeaderboardGrpc.LeaderboardStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<_DeleteLeaderboardRequest,_Empty> getDeleteLeaderboardMethod()
public static io.grpc.MethodDescriptor<_UpsertElementsRequest,_Empty> getUpsertElementsMethod()
public static io.grpc.MethodDescriptor<_RemoveElementsRequest,_Empty> getRemoveElementsMethod()
public static io.grpc.MethodDescriptor<_GetLeaderboardLengthRequest,_GetLeaderboardLengthResponse> getGetLeaderboardLengthMethod()
public static io.grpc.MethodDescriptor<_GetByRankRequest,_GetByRankResponse> getGetByRankMethod()
public static io.grpc.MethodDescriptor<_GetRankRequest,_GetRankResponse> getGetRankMethod()
public static io.grpc.MethodDescriptor<_GetByScoreRequest,_GetByScoreResponse> getGetByScoreMethod()
public static LeaderboardGrpc.LeaderboardStub newStub(io.grpc.Channel channel)
public static LeaderboardGrpc.LeaderboardBlockingStub newBlockingStub(io.grpc.Channel channel)
public static LeaderboardGrpc.LeaderboardFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()