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