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 CancelJobRequestCancelJobRequest.Builder. build()CancelJobRequestCancelJobRequest.Builder. buildPartial()static CancelJobRequestCancelJobRequest. getDefaultInstance()CancelJobRequestCancelJobRequest.Builder. getDefaultInstanceForType()CancelJobRequestCancelJobRequest. getDefaultInstanceForType()static CancelJobRequestCancelJobRequest. parseDelimitedFrom(InputStream input)static CancelJobRequestCancelJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelJobRequestCancelJobRequest. parseFrom(byte[] data)static CancelJobRequestCancelJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelJobRequestCancelJobRequest. parseFrom(com.google.protobuf.ByteString data)static CancelJobRequestCancelJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelJobRequestCancelJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CancelJobRequestCancelJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelJobRequestCancelJobRequest. parseFrom(InputStream input)static CancelJobRequestCancelJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelJobRequestCancelJobRequest. parseFrom(ByteBuffer data)static CancelJobRequestCancelJobRequest. 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 voidDataplexServiceClient. cancelJob(CancelJobRequest request)Cancel jobs running for the task resource.default voidDataplexServiceGrpc.AsyncService. cancelJob(CancelJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Cancel jobs running for the task resource.com.google.protobuf.EmptyDataplexServiceGrpc.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.voidDataplexServiceGrpc.DataplexServiceStub. cancelJob(CancelJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Cancel jobs running for the task resource.CancelJobRequest.BuilderCancelJobRequest.Builder. mergeFrom(CancelJobRequest other)static CancelJobRequest.BuilderCancelJobRequest. 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.
-