Uses of Class
com.google.cloud.aiplatform.v1beta1.CancelNasJobRequest
-
Packages that use CancelNasJobRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CancelNasJobRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CancelNasJobRequest Modifier and Type Method Description CancelNasJobRequestCancelNasJobRequest.Builder. build()CancelNasJobRequestCancelNasJobRequest.Builder. buildPartial()static CancelNasJobRequestCancelNasJobRequest. getDefaultInstance()CancelNasJobRequestCancelNasJobRequest.Builder. getDefaultInstanceForType()CancelNasJobRequestCancelNasJobRequest. getDefaultInstanceForType()static CancelNasJobRequestCancelNasJobRequest. parseDelimitedFrom(InputStream input)static CancelNasJobRequestCancelNasJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelNasJobRequestCancelNasJobRequest. parseFrom(byte[] data)static CancelNasJobRequestCancelNasJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelNasJobRequestCancelNasJobRequest. parseFrom(com.google.protobuf.ByteString data)static CancelNasJobRequestCancelNasJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelNasJobRequestCancelNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CancelNasJobRequestCancelNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelNasJobRequestCancelNasJobRequest. parseFrom(InputStream input)static CancelNasJobRequestCancelNasJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelNasJobRequestCancelNasJobRequest. parseFrom(ByteBuffer data)static CancelNasJobRequestCancelNasJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type CancelNasJobRequest Modifier and Type Method Description voidJobServiceClient. cancelNasJob(CancelNasJobRequest request)Cancels a NasJob.default voidJobServiceGrpc.AsyncService. cancelNasJob(CancelNasJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Cancels a NasJob.com.google.protobuf.EmptyJobServiceGrpc.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.voidJobServiceGrpc.JobServiceStub. cancelNasJob(CancelNasJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Cancels a NasJob.CancelNasJobRequest.BuilderCancelNasJobRequest.Builder. mergeFrom(CancelNasJobRequest other)static CancelNasJobRequest.BuilderCancelNasJobRequest. newBuilder(CancelNasJobRequest prototype) -
Uses of CancelNasJobRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.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.
-