Uses of Class
com.google.cloud.dataproc.v1.GetJobRequest
-
Packages that use GetJobRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of GetJobRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return GetJobRequest Modifier and Type Method Description GetJobRequest
GetJobRequest.Builder. build()
GetJobRequest
GetJobRequest.Builder. buildPartial()
static GetJobRequest
GetJobRequest. getDefaultInstance()
GetJobRequest
GetJobRequest.Builder. getDefaultInstanceForType()
GetJobRequest
GetJobRequest. getDefaultInstanceForType()
static GetJobRequest
GetJobRequest. parseDelimitedFrom(InputStream input)
static GetJobRequest
GetJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(byte[] data)
static GetJobRequest
GetJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(com.google.protobuf.ByteString data)
static GetJobRequest
GetJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetJobRequest
GetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(InputStream input)
static GetJobRequest
GetJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(ByteBuffer data)
static GetJobRequest
GetJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type GetJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJobRequest,Job>
JobControllerGrpc. getGetJobMethod()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
JobControllerClient. getJobCallable()
Gets the resource representation for a job in a project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>
JobControllerSettings.Builder. getJobSettings()
Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>
JobControllerSettings. getJobSettings()
Returns the object with the settings used for calls to getJob.com.google.protobuf.Parser<GetJobRequest>
GetJobRequest. getParserForType()
static com.google.protobuf.Parser<GetJobRequest>
GetJobRequest. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type GetJobRequest Modifier and Type Method Description Job
JobControllerClient. getJob(GetJobRequest request)
Gets the resource representation for a job in a project.default void
JobControllerGrpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Gets the resource representation for a job in a project.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.void
JobControllerGrpc.JobControllerStub. getJob(GetJobRequest request, io.grpc.stub.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)
-
Uses of GetJobRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type GetJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
GrpcJobControllerStub. getJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
HttpJsonJobControllerStub. getJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
JobControllerStub. getJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>
JobControllerStubSettings.Builder. getJobSettings()
Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>
JobControllerStubSettings. getJobSettings()
Returns the object with the settings used for calls to getJob.
-