Uses of Class
com.google.cloud.dataproc.v1.CancelJobRequest
-
Packages that use CancelJobRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of CancelJobRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return CancelJobRequest Modifier and Type Method Description CancelJobRequest
CancelJobRequest.Builder. build()
CancelJobRequest
CancelJobRequest.Builder. buildPartial()
static CancelJobRequest
CancelJobRequest. getDefaultInstance()
CancelJobRequest
CancelJobRequest.Builder. getDefaultInstanceForType()
CancelJobRequest
CancelJobRequest. getDefaultInstanceForType()
static CancelJobRequest
CancelJobRequest. parseDelimitedFrom(InputStream input)
static CancelJobRequest
CancelJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelJobRequest
CancelJobRequest. parseFrom(byte[] data)
static CancelJobRequest
CancelJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelJobRequest
CancelJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CancelJobRequest
CancelJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelJobRequest
CancelJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CancelJobRequest
CancelJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelJobRequest
CancelJobRequest. parseFrom(InputStream input)
static CancelJobRequest
CancelJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelJobRequest
CancelJobRequest. parseFrom(ByteBuffer data)
static CancelJobRequest
CancelJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type CancelJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,Job>
JobControllerClient. cancelJobCallable()
Starts a job cancellation request.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelJobRequest,Job>
JobControllerSettings.Builder. cancelJobSettings()
Returns the builder for the settings used for calls to cancelJob.com.google.api.gax.rpc.UnaryCallSettings<CancelJobRequest,Job>
JobControllerSettings. cancelJobSettings()
Returns the object with the settings used for calls to cancelJob.static io.grpc.MethodDescriptor<CancelJobRequest,Job>
JobControllerGrpc. getCancelJobMethod()
com.google.protobuf.Parser<CancelJobRequest>
CancelJobRequest. getParserForType()
static com.google.protobuf.Parser<CancelJobRequest>
CancelJobRequest. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type CancelJobRequest Modifier and Type Method Description Job
JobControllerClient. cancelJob(CancelJobRequest request)
Starts a job cancellation request.default void
JobControllerGrpc.AsyncService. cancelJob(CancelJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Starts a job cancellation request.Job
JobControllerGrpc.JobControllerBlockingStub. cancelJob(CancelJobRequest request)
Starts a job cancellation request.com.google.common.util.concurrent.ListenableFuture<Job>
JobControllerGrpc.JobControllerFutureStub. cancelJob(CancelJobRequest request)
Starts a job cancellation request.void
JobControllerGrpc.JobControllerStub. cancelJob(CancelJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Starts a job cancellation request.CancelJobRequest.Builder
CancelJobRequest.Builder. mergeFrom(CancelJobRequest other)
static CancelJobRequest.Builder
CancelJobRequest. newBuilder(CancelJobRequest prototype)
-
Uses of CancelJobRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type CancelJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,Job>
GrpcJobControllerStub. cancelJobCallable()
com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,Job>
HttpJsonJobControllerStub. cancelJobCallable()
com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,Job>
JobControllerStub. cancelJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelJobRequest,Job>
JobControllerStubSettings.Builder. cancelJobSettings()
Returns the builder for the settings used for calls to cancelJob.com.google.api.gax.rpc.UnaryCallSettings<CancelJobRequest,Job>
JobControllerStubSettings. cancelJobSettings()
Returns the object with the settings used for calls to cancelJob.
-