Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.dataproc.v1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DeleteJobRequest,Empty> |
JobControllerClient.deleteJobCallable()
Deletes the job from the project.
|
UnaryCallSettings<DeleteJobRequest,Empty> |
JobControllerSettings.deleteJobSettings()
Returns the object with the settings used for calls to deleteJob.
|
UnaryCallSettings.Builder<DeleteJobRequest,Empty> |
JobControllerSettings.Builder.deleteJobSettings()
Returns the builder for the settings used for calls to deleteJob.
|
static MethodDescriptor<DeleteJobRequest,Empty> |
JobControllerGrpc.getDeleteJobMethod() |
Parser<DeleteJobRequest> |
DeleteJobRequest.getParserForType() |
static Parser<DeleteJobRequest> |
DeleteJobRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Empty |
JobControllerGrpc.JobControllerBlockingStub.deleteJob(DeleteJobRequest request)
Deletes the job from the project.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
JobControllerGrpc.JobControllerFutureStub.deleteJob(DeleteJobRequest request)
Deletes the job from the project.
|
void |
JobControllerClient.deleteJob(DeleteJobRequest request)
Deletes the job from the project.
|
void |
JobControllerGrpc.JobControllerImplBase.deleteJob(DeleteJobRequest request,
StreamObserver<Empty> responseObserver)
Deletes the job from the project.
|
void |
JobControllerGrpc.JobControllerStub.deleteJob(DeleteJobRequest request,
StreamObserver<Empty> responseObserver)
Deletes the job from the project.
|
DeleteJobRequest.Builder |
DeleteJobRequest.Builder.mergeFrom(DeleteJobRequest other) |
static DeleteJobRequest.Builder |
DeleteJobRequest.newBuilder(DeleteJobRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DeleteJobRequest,Empty> |
JobControllerStub.deleteJobCallable() |
UnaryCallable<DeleteJobRequest,Empty> |
HttpJsonJobControllerStub.deleteJobCallable() |
UnaryCallable<DeleteJobRequest,Empty> |
GrpcJobControllerStub.deleteJobCallable() |
UnaryCallSettings<DeleteJobRequest,Empty> |
JobControllerStubSettings.deleteJobSettings()
Returns the object with the settings used for calls to deleteJob.
|
UnaryCallSettings.Builder<DeleteJobRequest,Empty> |
JobControllerStubSettings.Builder.deleteJobSettings()
Returns the builder for the settings used for calls to deleteJob.
|
Copyright © 2022 Google LLC. All rights reserved.