Package api
Class QueueServiceGrpc
- java.lang.Object
-
- api.QueueServiceGrpc
-
public final class QueueServiceGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQueueServiceGrpc.AsyncServicestatic classQueueServiceGrpc.QueueServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service QueueService.static classQueueServiceGrpc.QueueServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service QueueService.static classQueueServiceGrpc.QueueServiceImplBaseBase class for the server implementation of the service QueueService.static classQueueServiceGrpc.QueueServiceStubA stub to allow clients to do asynchronous rpc calls to service QueueService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(QueueServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<SubmitOuterClass.QueueCancelRequest,com.google.protobuf.Empty>getCancelOnQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueCordonRequest,com.google.protobuf.Empty>getCordonQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.Queue,com.google.protobuf.Empty>getCreateQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueList,SubmitOuterClass.BatchQueueCreateResponse>getCreateQueuesMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueDeleteRequest,com.google.protobuf.Empty>getDeleteQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueGetRequest,SubmitOuterClass.Queue>getGetQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.StreamingQueueGetRequest,SubmitOuterClass.StreamingQueueMessage>getGetQueuesMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueuePreemptRequest,com.google.protobuf.Empty>getPreemptOnQueueMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueUncordonRequest,com.google.protobuf.Empty>getUncordonQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.Queue,com.google.protobuf.Empty>getUpdateQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueList,SubmitOuterClass.BatchQueueUpdateResponse>getUpdateQueuesMethod()static QueueServiceGrpc.QueueServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic QueueServiceGrpc.QueueServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic QueueServiceGrpc.QueueServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.Queue,com.google.protobuf.Empty> getCreateQueueMethod()
-
getCreateQueuesMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueList,SubmitOuterClass.BatchQueueCreateResponse> getCreateQueuesMethod()
-
getUpdateQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.Queue,com.google.protobuf.Empty> getUpdateQueueMethod()
-
getUpdateQueuesMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueList,SubmitOuterClass.BatchQueueUpdateResponse> getUpdateQueuesMethod()
-
getDeleteQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueDeleteRequest,com.google.protobuf.Empty> getDeleteQueueMethod()
-
getGetQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueGetRequest,SubmitOuterClass.Queue> getGetQueueMethod()
-
getGetQueuesMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.StreamingQueueGetRequest,SubmitOuterClass.StreamingQueueMessage> getGetQueuesMethod()
-
getCordonQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueCordonRequest,com.google.protobuf.Empty> getCordonQueueMethod()
-
getUncordonQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueUncordonRequest,com.google.protobuf.Empty> getUncordonQueueMethod()
-
getPreemptOnQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueuePreemptRequest,com.google.protobuf.Empty> getPreemptOnQueueMethod()
-
getCancelOnQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueCancelRequest,com.google.protobuf.Empty> getCancelOnQueueMethod()
-
newStub
public static QueueServiceGrpc.QueueServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static QueueServiceGrpc.QueueServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static QueueServiceGrpc.QueueServiceFutureStub 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(QueueServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-