Package com.google.cloud.dataproc.v1
Class JobControllerGrpc
- java.lang.Object
-
- com.google.cloud.dataproc.v1.JobControllerGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dataproc/v1/jobs.proto") public final class JobControllerGrpc extends Object
The JobController provides methods to manage jobs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobControllerGrpc.AsyncServiceThe JobController provides methods to manage jobs.static classJobControllerGrpc.JobControllerBlockingStubA stub to allow clients to do synchronous rpc calls to service JobController.static classJobControllerGrpc.JobControllerFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service JobController.static classJobControllerGrpc.JobControllerImplBaseBase class for the server implementation of the service JobController.static classJobControllerGrpc.JobControllerStubA stub to allow clients to do asynchronous rpc calls to service JobController.
-
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(JobControllerGrpc.AsyncService service)static io.grpc.MethodDescriptor<CancelJobRequest,Job>getCancelJobMethod()static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty>getDeleteJobMethod()static io.grpc.MethodDescriptor<GetJobRequest,Job>getGetJobMethod()static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>getListJobsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<SubmitJobRequest,com.google.longrunning.Operation>getSubmitJobAsOperationMethod()static io.grpc.MethodDescriptor<SubmitJobRequest,Job>getSubmitJobMethod()static io.grpc.MethodDescriptor<UpdateJobRequest,Job>getUpdateJobMethod()static JobControllerGrpc.JobControllerBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic JobControllerGrpc.JobControllerFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic JobControllerGrpc.JobControllerStubnewStub(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
-
getSubmitJobMethod
public static io.grpc.MethodDescriptor<SubmitJobRequest,Job> getSubmitJobMethod()
-
getSubmitJobAsOperationMethod
public static io.grpc.MethodDescriptor<SubmitJobRequest,com.google.longrunning.Operation> getSubmitJobAsOperationMethod()
-
getGetJobMethod
public static io.grpc.MethodDescriptor<GetJobRequest,Job> getGetJobMethod()
-
getListJobsMethod
public static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> getListJobsMethod()
-
getUpdateJobMethod
public static io.grpc.MethodDescriptor<UpdateJobRequest,Job> getUpdateJobMethod()
-
getCancelJobMethod
public static io.grpc.MethodDescriptor<CancelJobRequest,Job> getCancelJobMethod()
-
getDeleteJobMethod
public static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty> getDeleteJobMethod()
-
newStub
public static JobControllerGrpc.JobControllerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static JobControllerGrpc.JobControllerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static JobControllerGrpc.JobControllerFutureStub 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(JobControllerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-