public static final class JobControllerGrpc.JobControllerBlockingStub extends AbstractBlockingStub<JobControllerGrpc.JobControllerBlockingStub>
The JobController provides methods to manage jobs.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected JobControllerGrpc.JobControllerBlockingStub |
build(Channel channel,
CallOptions callOptions) |
Job |
cancelJob(CancelJobRequest request)
Starts a job cancellation request.
|
Empty |
deleteJob(DeleteJobRequest request)
Deletes the job from the project.
|
Job |
getJob(GetJobRequest request)
Gets the resource representation for a job in a project.
|
ListJobsResponse |
listJobs(ListJobsRequest request)
Lists regions/{region}/jobs in a project.
|
Job |
submitJob(SubmitJobRequest request)
Submits a job to a cluster.
|
Operation |
submitJobAsOperation(SubmitJobRequest request)
Submits job to a cluster.
|
Job |
updateJob(UpdateJobRequest request)
Updates a job in a project.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected JobControllerGrpc.JobControllerBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<JobControllerGrpc.JobControllerBlockingStub>
public Job submitJob(SubmitJobRequest request)
Submits a job to a cluster.
public Operation submitJobAsOperation(SubmitJobRequest request)
Submits job to a cluster.
public Job getJob(GetJobRequest request)
Gets the resource representation for a job in a project.
public ListJobsResponse listJobs(ListJobsRequest request)
Lists regions/{region}/jobs in a project.
public Job updateJob(UpdateJobRequest request)
Updates a job in a project.
public Job cancelJob(CancelJobRequest request)
Starts a job cancellation request. To access the job resource after cancellation, call [regions/{region}/jobs.list](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/list) or [regions/{region}/jobs.get](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/get).
public Empty deleteJob(DeleteJobRequest request)
Deletes the job from the project. If the job is active, the delete fails, and the response returns `FAILED_PRECONDITION`.
Copyright © 2022 Google LLC. All rights reserved.