Uses of Class
com.google.cloud.aiplatform.v1.UpdateIndexRequest
-
Packages that use UpdateIndexRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of UpdateIndexRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return UpdateIndexRequest Modifier and Type Method Description UpdateIndexRequestUpdateIndexRequest.Builder. build()UpdateIndexRequestUpdateIndexRequest.Builder. buildPartial()static UpdateIndexRequestUpdateIndexRequest. getDefaultInstance()UpdateIndexRequestUpdateIndexRequest.Builder. getDefaultInstanceForType()UpdateIndexRequestUpdateIndexRequest. getDefaultInstanceForType()static UpdateIndexRequestUpdateIndexRequest. parseDelimitedFrom(InputStream input)static UpdateIndexRequestUpdateIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIndexRequestUpdateIndexRequest. parseFrom(byte[] data)static UpdateIndexRequestUpdateIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIndexRequestUpdateIndexRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateIndexRequestUpdateIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIndexRequestUpdateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateIndexRequestUpdateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIndexRequestUpdateIndexRequest. parseFrom(InputStream input)static UpdateIndexRequestUpdateIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIndexRequestUpdateIndexRequest. parseFrom(ByteBuffer data)static UpdateIndexRequestUpdateIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type UpdateIndexRequest Modifier and Type Method Description UpdateIndexRequest.BuilderUpdateIndexRequest.Builder. mergeFrom(UpdateIndexRequest other)static UpdateIndexRequest.BuilderUpdateIndexRequest. newBuilder(UpdateIndexRequest prototype)default voidIndexServiceGrpc.AsyncService. updateIndex(UpdateIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates an Index.com.google.longrunning.OperationIndexServiceGrpc.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.voidIndexServiceGrpc.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.v1.stub
Methods in com.google.cloud.aiplatform.v1.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.
-