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 |
---|---|
static MethodDescriptor<GetJobRequest,Job> |
JobControllerGrpc.getGetJobMethod() |
UnaryCallable<GetJobRequest,Job> |
JobControllerClient.getJobCallable()
Gets the resource representation for a job in a project.
|
UnaryCallSettings<GetJobRequest,Job> |
JobControllerSettings.getJobSettings()
Returns the object with the settings used for calls to getJob.
|
UnaryCallSettings.Builder<GetJobRequest,Job> |
JobControllerSettings.Builder.getJobSettings()
Returns the builder for the settings used for calls to getJob.
|
Parser<GetJobRequest> |
GetJobRequest.getParserForType() |
static Parser<GetJobRequest> |
GetJobRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Job |
JobControllerGrpc.JobControllerBlockingStub.getJob(GetJobRequest request)
Gets the resource representation for a job in a project.
|
com.google.common.util.concurrent.ListenableFuture<Job> |
JobControllerGrpc.JobControllerFutureStub.getJob(GetJobRequest request)
Gets the resource representation for a job in a project.
|
Job |
JobControllerClient.getJob(GetJobRequest request)
Gets the resource representation for a job in a project.
|
void |
JobControllerGrpc.JobControllerImplBase.getJob(GetJobRequest request,
StreamObserver<Job> responseObserver)
Gets the resource representation for a job in a project.
|
void |
JobControllerGrpc.JobControllerStub.getJob(GetJobRequest request,
StreamObserver<Job> responseObserver)
Gets the resource representation for a job in a project.
|
GetJobRequest.Builder |
GetJobRequest.Builder.mergeFrom(GetJobRequest other) |
static GetJobRequest.Builder |
GetJobRequest.newBuilder(GetJobRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetJobRequest,Job> |
JobControllerStub.getJobCallable() |
UnaryCallable<GetJobRequest,Job> |
HttpJsonJobControllerStub.getJobCallable() |
UnaryCallable<GetJobRequest,Job> |
GrpcJobControllerStub.getJobCallable() |
UnaryCallSettings<GetJobRequest,Job> |
JobControllerStubSettings.getJobSettings()
Returns the object with the settings used for calls to getJob.
|
UnaryCallSettings.Builder<GetJobRequest,Job> |
JobControllerStubSettings.Builder.getJobSettings()
Returns the builder for the settings used for calls to getJob.
|
Copyright © 2022 Google LLC. All rights reserved.