Uses of Class
com.google.cloud.aiplatform.v1beta1.UpdateExecutionRequest
-
Packages that use UpdateExecutionRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of UpdateExecutionRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return UpdateExecutionRequest Modifier and Type Method Description UpdateExecutionRequestUpdateExecutionRequest.Builder. build()UpdateExecutionRequestUpdateExecutionRequest.Builder. buildPartial()static UpdateExecutionRequestUpdateExecutionRequest. getDefaultInstance()UpdateExecutionRequestUpdateExecutionRequest.Builder. getDefaultInstanceForType()UpdateExecutionRequestUpdateExecutionRequest. getDefaultInstanceForType()static UpdateExecutionRequestUpdateExecutionRequest. parseDelimitedFrom(InputStream input)static UpdateExecutionRequestUpdateExecutionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(byte[] data)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(InputStream input)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(ByteBuffer data)static UpdateExecutionRequestUpdateExecutionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type UpdateExecutionRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateExecutionRequest>UpdateExecutionRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateExecutionRequest,Execution>MetadataServiceGrpc. getUpdateExecutionMethod()static com.google.protobuf.Parser<UpdateExecutionRequest>UpdateExecutionRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateExecutionRequest,Execution>MetadataServiceClient. updateExecutionCallable()Updates a stored Execution.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExecutionRequest,Execution>MetadataServiceSettings.Builder. updateExecutionSettings()Returns the builder for the settings used for calls to updateExecution.com.google.api.gax.rpc.UnaryCallSettings<UpdateExecutionRequest,Execution>MetadataServiceSettings. updateExecutionSettings()Returns the object with the settings used for calls to updateExecution.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type UpdateExecutionRequest Modifier and Type Method Description UpdateExecutionRequest.BuilderUpdateExecutionRequest.Builder. mergeFrom(UpdateExecutionRequest other)static UpdateExecutionRequest.BuilderUpdateExecutionRequest. newBuilder(UpdateExecutionRequest prototype)ExecutionMetadataServiceClient. updateExecution(UpdateExecutionRequest request)Updates a stored Execution.default voidMetadataServiceGrpc.AsyncService. updateExecution(UpdateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Updates a stored Execution.ExecutionMetadataServiceGrpc.MetadataServiceBlockingStub. updateExecution(UpdateExecutionRequest request)Updates a stored Execution.com.google.common.util.concurrent.ListenableFuture<Execution>MetadataServiceGrpc.MetadataServiceFutureStub. updateExecution(UpdateExecutionRequest request)Updates a stored Execution.voidMetadataServiceGrpc.MetadataServiceStub. updateExecution(UpdateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Updates a stored Execution. -
Uses of UpdateExecutionRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type UpdateExecutionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateExecutionRequest,Execution>GrpcMetadataServiceStub. updateExecutionCallable()com.google.api.gax.rpc.UnaryCallable<UpdateExecutionRequest,Execution>MetadataServiceStub. updateExecutionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExecutionRequest,Execution>MetadataServiceStubSettings.Builder. updateExecutionSettings()Returns the builder for the settings used for calls to updateExecution.com.google.api.gax.rpc.UnaryCallSettings<UpdateExecutionRequest,Execution>MetadataServiceStubSettings. updateExecutionSettings()Returns the object with the settings used for calls to updateExecution.
-