Uses of Class
com.google.cloud.dataplex.v1.CancelJobRequest
-
Packages that use CancelJobRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of CancelJobRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.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.dataplex.v1 that return types with arguments of type CancelJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,com.google.protobuf.Empty>
DataplexServiceClient. cancelJobCallable()
Cancel jobs running for the task resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelJobRequest,com.google.protobuf.Empty>
DataplexServiceSettings.Builder. cancelJobSettings()
Returns the builder for the settings used for calls to cancelJob.com.google.api.gax.rpc.UnaryCallSettings<CancelJobRequest,com.google.protobuf.Empty>
DataplexServiceSettings. cancelJobSettings()
Returns the object with the settings used for calls to cancelJob.static io.grpc.MethodDescriptor<CancelJobRequest,com.google.protobuf.Empty>
DataplexServiceGrpc. getCancelJobMethod()
com.google.protobuf.Parser<CancelJobRequest>
CancelJobRequest. getParserForType()
static com.google.protobuf.Parser<CancelJobRequest>
CancelJobRequest. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type CancelJobRequest Modifier and Type Method Description void
DataplexServiceClient. cancelJob(CancelJobRequest request)
Cancel jobs running for the task resource.default void
DataplexServiceGrpc.AsyncService. cancelJob(CancelJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancel jobs running for the task resource.com.google.protobuf.Empty
DataplexServiceGrpc.DataplexServiceBlockingStub. cancelJob(CancelJobRequest request)
Cancel jobs running for the task resource.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DataplexServiceGrpc.DataplexServiceFutureStub. cancelJob(CancelJobRequest request)
Cancel jobs running for the task resource.void
DataplexServiceGrpc.DataplexServiceStub. cancelJob(CancelJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancel jobs running for the task resource.CancelJobRequest.Builder
CancelJobRequest.Builder. mergeFrom(CancelJobRequest other)
static CancelJobRequest.Builder
CancelJobRequest. newBuilder(CancelJobRequest prototype)
-
Uses of CancelJobRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type CancelJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,com.google.protobuf.Empty>
DataplexServiceStub. cancelJobCallable()
com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,com.google.protobuf.Empty>
GrpcDataplexServiceStub. cancelJobCallable()
com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,com.google.protobuf.Empty>
HttpJsonDataplexServiceStub. cancelJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelJobRequest,com.google.protobuf.Empty>
DataplexServiceStubSettings.Builder. cancelJobSettings()
Returns the builder for the settings used for calls to cancelJob.com.google.api.gax.rpc.UnaryCallSettings<CancelJobRequest,com.google.protobuf.Empty>
DataplexServiceStubSettings. cancelJobSettings()
Returns the object with the settings used for calls to cancelJob.
-