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 CancelCustomJobRequest
CancelCustomJobRequest.Builder. build()
CancelCustomJobRequest
CancelCustomJobRequest.Builder. buildPartial()
static CancelCustomJobRequest
CancelCustomJobRequest. getDefaultInstance()
CancelCustomJobRequest
CancelCustomJobRequest.Builder. getDefaultInstanceForType()
CancelCustomJobRequest
CancelCustomJobRequest. getDefaultInstanceForType()
static CancelCustomJobRequest
CancelCustomJobRequest. parseDelimitedFrom(InputStream input)
static CancelCustomJobRequest
CancelCustomJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCustomJobRequest
CancelCustomJobRequest. parseFrom(byte[] data)
static CancelCustomJobRequest
CancelCustomJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCustomJobRequest
CancelCustomJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CancelCustomJobRequest
CancelCustomJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCustomJobRequest
CancelCustomJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CancelCustomJobRequest
CancelCustomJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCustomJobRequest
CancelCustomJobRequest. parseFrom(InputStream input)
static CancelCustomJobRequest
CancelCustomJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelCustomJobRequest
CancelCustomJobRequest. parseFrom(ByteBuffer data)
static CancelCustomJobRequest
CancelCustomJobRequest. 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 void
JobServiceClient. cancelCustomJob(CancelCustomJobRequest request)
Cancels a CustomJob.default void
JobServiceGrpc.AsyncService. cancelCustomJob(CancelCustomJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a CustomJob.com.google.protobuf.Empty
JobServiceGrpc.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.void
JobServiceGrpc.JobServiceStub. cancelCustomJob(CancelCustomJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a CustomJob.CancelCustomJobRequest.Builder
CancelCustomJobRequest.Builder. mergeFrom(CancelCustomJobRequest other)
static CancelCustomJobRequest.Builder
CancelCustomJobRequest. 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.
-