@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/dataproc/v1beta2/jobs.proto") public final class JobControllerGrpc extends Object
The JobController provides methods to manage jobs.
| Modifier and Type | Class and Description |
|---|---|
static class |
JobControllerGrpc.JobControllerBlockingStub
The JobController provides methods to manage jobs.
|
static class |
JobControllerGrpc.JobControllerFutureStub
The JobController provides methods to manage jobs.
|
static class |
JobControllerGrpc.JobControllerImplBase
The JobController provides methods to manage jobs.
|
static class |
JobControllerGrpc.JobControllerStub
The JobController provides methods to manage jobs.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CancelJobRequest,Job> |
METHOD_CANCEL_JOB
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty> |
METHOD_DELETE_JOB
Deprecated.
|
static io.grpc.MethodDescriptor<GetJobRequest,Job> |
METHOD_GET_JOB
Deprecated.
|
static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> |
METHOD_LIST_JOBS
Deprecated.
|
static io.grpc.MethodDescriptor<SubmitJobRequest,Job> |
METHOD_SUBMIT_JOB
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateJobRequest,Job> |
METHOD_UPDATE_JOB
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SubmitJobRequest,Job> |
getSubmitJobMethod() |
static io.grpc.MethodDescriptor<UpdateJobRequest,Job> |
getUpdateJobMethod() |
static JobControllerGrpc.JobControllerBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static JobControllerGrpc.JobControllerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static JobControllerGrpc.JobControllerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<SubmitJobRequest,Job> METHOD_SUBMIT_JOB
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetJobRequest,Job> METHOD_GET_JOB
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> METHOD_LIST_JOBS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateJobRequest,Job> METHOD_UPDATE_JOB
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CancelJobRequest,Job> METHOD_CANCEL_JOB
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty> METHOD_DELETE_JOB
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<SubmitJobRequest,Job> getSubmitJobMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetJobRequest,Job> getGetJobMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> getListJobsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateJobRequest,Job> getUpdateJobMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CancelJobRequest,Job> getCancelJobMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty> getDeleteJobMethod()
public static JobControllerGrpc.JobControllerStub newStub(io.grpc.Channel channel)
public static JobControllerGrpc.JobControllerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static JobControllerGrpc.JobControllerFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.