Uses of Class
com.google.cloud.aiplatform.v1beta1.CancelDataLabelingJobRequest
-
Packages that use CancelDataLabelingJobRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CancelDataLabelingJobRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CancelDataLabelingJobRequest Modifier and Type Method Description CancelDataLabelingJobRequest
CancelDataLabelingJobRequest.Builder. build()
CancelDataLabelingJobRequest
CancelDataLabelingJobRequest.Builder. buildPartial()
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. getDefaultInstance()
CancelDataLabelingJobRequest
CancelDataLabelingJobRequest.Builder. getDefaultInstanceForType()
CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. getDefaultInstanceForType()
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseDelimitedFrom(InputStream input)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(byte[] data)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(InputStream input)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(ByteBuffer data)
static CancelDataLabelingJobRequest
CancelDataLabelingJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CancelDataLabelingJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelDataLabelingJobRequest,com.google.protobuf.Empty>
JobServiceClient. cancelDataLabelingJobCallable()
Cancels a DataLabelingJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelDataLabelingJobRequest,com.google.protobuf.Empty>
JobServiceSettings.Builder. cancelDataLabelingJobSettings()
Returns the builder for the settings used for calls to cancelDataLabelingJob.com.google.api.gax.rpc.UnaryCallSettings<CancelDataLabelingJobRequest,com.google.protobuf.Empty>
JobServiceSettings. cancelDataLabelingJobSettings()
Returns the object with the settings used for calls to cancelDataLabelingJob.static io.grpc.MethodDescriptor<CancelDataLabelingJobRequest,com.google.protobuf.Empty>
JobServiceGrpc. getCancelDataLabelingJobMethod()
com.google.protobuf.Parser<CancelDataLabelingJobRequest>
CancelDataLabelingJobRequest. getParserForType()
static com.google.protobuf.Parser<CancelDataLabelingJobRequest>
CancelDataLabelingJobRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CancelDataLabelingJobRequest Modifier and Type Method Description void
JobServiceClient. cancelDataLabelingJob(CancelDataLabelingJobRequest request)
Cancels a DataLabelingJob.default void
JobServiceGrpc.AsyncService. cancelDataLabelingJob(CancelDataLabelingJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a DataLabelingJob.com.google.protobuf.Empty
JobServiceGrpc.JobServiceBlockingStub. cancelDataLabelingJob(CancelDataLabelingJobRequest request)
Cancels a DataLabelingJob.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
JobServiceGrpc.JobServiceFutureStub. cancelDataLabelingJob(CancelDataLabelingJobRequest request)
Cancels a DataLabelingJob.void
JobServiceGrpc.JobServiceStub. cancelDataLabelingJob(CancelDataLabelingJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a DataLabelingJob.CancelDataLabelingJobRequest.Builder
CancelDataLabelingJobRequest.Builder. mergeFrom(CancelDataLabelingJobRequest other)
static CancelDataLabelingJobRequest.Builder
CancelDataLabelingJobRequest. newBuilder(CancelDataLabelingJobRequest prototype)
-
Uses of CancelDataLabelingJobRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CancelDataLabelingJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelDataLabelingJobRequest,com.google.protobuf.Empty>
GrpcJobServiceStub. cancelDataLabelingJobCallable()
com.google.api.gax.rpc.UnaryCallable<CancelDataLabelingJobRequest,com.google.protobuf.Empty>
JobServiceStub. cancelDataLabelingJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelDataLabelingJobRequest,com.google.protobuf.Empty>
JobServiceStubSettings.Builder. cancelDataLabelingJobSettings()
Returns the builder for the settings used for calls to cancelDataLabelingJob.com.google.api.gax.rpc.UnaryCallSettings<CancelDataLabelingJobRequest,com.google.protobuf.Empty>
JobServiceStubSettings. cancelDataLabelingJobSettings()
Returns the object with the settings used for calls to cancelDataLabelingJob.
-