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