Uses of Class
com.google.cloud.aiplatform.v1beta1.UpdateIndexRequest
-
Packages that use UpdateIndexRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of UpdateIndexRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return UpdateIndexRequest Modifier and Type Method Description UpdateIndexRequest
UpdateIndexRequest.Builder. build()
UpdateIndexRequest
UpdateIndexRequest.Builder. buildPartial()
static UpdateIndexRequest
UpdateIndexRequest. getDefaultInstance()
UpdateIndexRequest
UpdateIndexRequest.Builder. getDefaultInstanceForType()
UpdateIndexRequest
UpdateIndexRequest. getDefaultInstanceForType()
static UpdateIndexRequest
UpdateIndexRequest. parseDelimitedFrom(InputStream input)
static UpdateIndexRequest
UpdateIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(byte[] data)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(InputStream input)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(ByteBuffer data)
static UpdateIndexRequest
UpdateIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type UpdateIndexRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateIndexRequest>
UpdateIndexRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateIndexRequest,com.google.longrunning.Operation>
IndexServiceGrpc. getUpdateIndexMethod()
static com.google.protobuf.Parser<UpdateIndexRequest>
UpdateIndexRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateIndexRequest,com.google.longrunning.Operation>
IndexServiceClient. updateIndexCallable()
Updates an Index.com.google.api.gax.rpc.OperationCallable<UpdateIndexRequest,Index,UpdateIndexOperationMetadata>
IndexServiceClient. updateIndexOperationCallable()
Updates an Index.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateIndexRequest,Index,UpdateIndexOperationMetadata>
IndexServiceSettings.Builder. updateIndexOperationSettings()
Returns the builder for the settings used for calls to updateIndex.com.google.api.gax.rpc.OperationCallSettings<UpdateIndexRequest,Index,UpdateIndexOperationMetadata>
IndexServiceSettings. updateIndexOperationSettings()
Returns the object with the settings used for calls to updateIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIndexRequest,com.google.longrunning.Operation>
IndexServiceSettings.Builder. updateIndexSettings()
Returns the builder for the settings used for calls to updateIndex.com.google.api.gax.rpc.UnaryCallSettings<UpdateIndexRequest,com.google.longrunning.Operation>
IndexServiceSettings. updateIndexSettings()
Returns the object with the settings used for calls to updateIndex.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type UpdateIndexRequest Modifier and Type Method Description UpdateIndexRequest.Builder
UpdateIndexRequest.Builder. mergeFrom(UpdateIndexRequest other)
static UpdateIndexRequest.Builder
UpdateIndexRequest. newBuilder(UpdateIndexRequest prototype)
default void
IndexServiceGrpc.AsyncService. updateIndex(UpdateIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates an Index.com.google.longrunning.Operation
IndexServiceGrpc.IndexServiceBlockingStub. updateIndex(UpdateIndexRequest request)
Updates an Index.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
IndexServiceGrpc.IndexServiceFutureStub. updateIndex(UpdateIndexRequest request)
Updates an Index.void
IndexServiceGrpc.IndexServiceStub. updateIndex(UpdateIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates an Index.com.google.api.gax.longrunning.OperationFuture<Index,UpdateIndexOperationMetadata>
IndexServiceClient. updateIndexAsync(UpdateIndexRequest request)
Updates an Index. -
Uses of UpdateIndexRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type UpdateIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateIndexRequest,com.google.longrunning.Operation>
GrpcIndexServiceStub. updateIndexCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateIndexRequest,com.google.longrunning.Operation>
IndexServiceStub. updateIndexCallable()
com.google.api.gax.rpc.OperationCallable<UpdateIndexRequest,Index,UpdateIndexOperationMetadata>
GrpcIndexServiceStub. updateIndexOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateIndexRequest,Index,UpdateIndexOperationMetadata>
IndexServiceStub. updateIndexOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateIndexRequest,Index,UpdateIndexOperationMetadata>
IndexServiceStubSettings.Builder. updateIndexOperationSettings()
Returns the builder for the settings used for calls to updateIndex.com.google.api.gax.rpc.OperationCallSettings<UpdateIndexRequest,Index,UpdateIndexOperationMetadata>
IndexServiceStubSettings. updateIndexOperationSettings()
Returns the object with the settings used for calls to updateIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIndexRequest,com.google.longrunning.Operation>
IndexServiceStubSettings.Builder. updateIndexSettings()
Returns the builder for the settings used for calls to updateIndex.com.google.api.gax.rpc.UnaryCallSettings<UpdateIndexRequest,com.google.longrunning.Operation>
IndexServiceStubSettings. updateIndexSettings()
Returns the object with the settings used for calls to updateIndex.
-