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