Class LibraryGrpc
- java.lang.Object
-
- com.streamlayer.interactive.library.LibraryGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: streamlayer/interactive/library/interactive.library.proto") public final class LibraryGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLibraryGrpc.AsyncServicestatic classLibraryGrpc.LibraryBlockingStubA stub to allow clients to do synchronous rpc calls to service Library.static classLibraryGrpc.LibraryFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Library.static classLibraryGrpc.LibraryImplBaseBase class for the server implementation of the service Library.static classLibraryGrpc.LibraryStubA stub to allow clients to do asynchronous rpc calls to service Library.
-
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(LibraryGrpc.AsyncService service)static io.grpc.MethodDescriptor<AddToEventsRequest,AddToEventsResponse>getAddToEventsMethod()static io.grpc.MethodDescriptor<AddToModerationsRequest,AddToModerationsResponse>getAddToModerationsMethod()static io.grpc.MethodDescriptor<CountByCategoryRequest,CountByCategoryResponse>getCountByCategoryMethod()static io.grpc.MethodDescriptor<CreateRequest,CreateResponse>getCreateMethod()static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse>getDeleteMethod()static io.grpc.MethodDescriptor<DetachFromQuestionRequest,DetachFromQuestionResponse>getDetachFromQuestionMethod()static io.grpc.MethodDescriptor<GetRequest,GetResponse>getGetMethod()static io.grpc.MethodDescriptor<ListRequest,ListResponse>getListMethod()static io.grpc.MethodDescriptor<RemoveFromEventsRequest,RemoveFromEventsResponse>getRemoveFromEventsMethod()static io.grpc.MethodDescriptor<RestoreRequest,RestoreResponse>getRestoreMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse>getUpdateMethod()static LibraryGrpc.LibraryBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LibraryGrpc.LibraryFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LibraryGrpc.LibraryStubnewStub(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()
-
getRestoreMethod
public static io.grpc.MethodDescriptor<RestoreRequest,RestoreResponse> getRestoreMethod()
-
getUpdateMethod
public static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> getUpdateMethod()
-
getGetMethod
public static io.grpc.MethodDescriptor<GetRequest,GetResponse> getGetMethod()
-
getListMethod
public static io.grpc.MethodDescriptor<ListRequest,ListResponse> getListMethod()
-
getAddToModerationsMethod
public static io.grpc.MethodDescriptor<AddToModerationsRequest,AddToModerationsResponse> getAddToModerationsMethod()
-
getAddToEventsMethod
public static io.grpc.MethodDescriptor<AddToEventsRequest,AddToEventsResponse> getAddToEventsMethod()
-
getRemoveFromEventsMethod
public static io.grpc.MethodDescriptor<RemoveFromEventsRequest,RemoveFromEventsResponse> getRemoveFromEventsMethod()
-
getDetachFromQuestionMethod
public static io.grpc.MethodDescriptor<DetachFromQuestionRequest,DetachFromQuestionResponse> getDetachFromQuestionMethod()
-
getCountByCategoryMethod
public static io.grpc.MethodDescriptor<CountByCategoryRequest,CountByCategoryResponse> getCountByCategoryMethod()
-
newStub
public static LibraryGrpc.LibraryStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static LibraryGrpc.LibraryBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static LibraryGrpc.LibraryFutureStub 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(LibraryGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-