Class AdminLeaderboardGrpc
- java.lang.Object
-
- com.streamlayer.interactive.leaderboard.admin.AdminLeaderboardGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: streamlayer/interactive/leaderboard/admin/interactive.leaderboard.admin.proto") public final class AdminLeaderboardGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminLeaderboardGrpc.AdminLeaderboardBlockingStubA stub to allow clients to do synchronous rpc calls to service AdminLeaderboard.static classAdminLeaderboardGrpc.AdminLeaderboardFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service AdminLeaderboard.static classAdminLeaderboardGrpc.AdminLeaderboardImplBaseBase class for the server implementation of the service AdminLeaderboard.static classAdminLeaderboardGrpc.AdminLeaderboardStubA stub to allow clients to do asynchronous rpc calls to service AdminLeaderboard.static interfaceAdminLeaderboardGrpc.AsyncService
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(AdminLeaderboardGrpc.AsyncService service)static io.grpc.MethodDescriptor<AddEventRequest,AddEventResponse>getAddEventMethod()static io.grpc.MethodDescriptor<AttachLeaderboardRequest,AttachLeaderboardResponse>getAttachLeaderboardMethod()static io.grpc.MethodDescriptor<CreateRequest,CreateResponse>getCreateMethod()static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse>getDeleteMethod()static io.grpc.MethodDescriptor<DetachLeaderboardRequest,DetachLeaderboardResponse>getDetachLeaderboardMethod()static io.grpc.MethodDescriptor<ListRequest,ListResponse>getListMethod()static io.grpc.MethodDescriptor<RebuildLeaderboardRequest,RebuildLeaderboardResponse>getRebuildMethod()static io.grpc.MethodDescriptor<RemoveEventRequest,RemoveEventResponse>getRemoveEventMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static AdminLeaderboardGrpc.AdminLeaderboardBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AdminLeaderboardGrpc.AdminLeaderboardFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AdminLeaderboardGrpc.AdminLeaderboardStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateMethod
public static io.grpc.MethodDescriptor<CreateRequest,CreateResponse> getCreateMethod()
-
getDeleteMethod
public static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse> getDeleteMethod()
-
getAttachLeaderboardMethod
public static io.grpc.MethodDescriptor<AttachLeaderboardRequest,AttachLeaderboardResponse> getAttachLeaderboardMethod()
-
getDetachLeaderboardMethod
public static io.grpc.MethodDescriptor<DetachLeaderboardRequest,DetachLeaderboardResponse> getDetachLeaderboardMethod()
-
getAddEventMethod
public static io.grpc.MethodDescriptor<AddEventRequest,AddEventResponse> getAddEventMethod()
-
getRemoveEventMethod
public static io.grpc.MethodDescriptor<RemoveEventRequest,RemoveEventResponse> getRemoveEventMethod()
-
getListMethod
public static io.grpc.MethodDescriptor<ListRequest,ListResponse> getListMethod()
-
getRebuildMethod
public static io.grpc.MethodDescriptor<RebuildLeaderboardRequest,RebuildLeaderboardResponse> getRebuildMethod()
-
newStub
public static AdminLeaderboardGrpc.AdminLeaderboardStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AdminLeaderboardGrpc.AdminLeaderboardBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AdminLeaderboardGrpc.AdminLeaderboardFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(AdminLeaderboardGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-