Interface IndexServiceGrpc.AsyncService

    • Method Detail

      • createIndex

        default void createIndex​(CreateIndexRequest request,
                                 io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates an Index.
         
      • getIndex

        default void getIndex​(GetIndexRequest request,
                              io.grpc.stub.StreamObserver<Index> responseObserver)
         Gets an Index.
         
      • updateIndex

        default void updateIndex​(UpdateIndexRequest request,
                                 io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Updates an Index.
         
      • deleteIndex

        default void deleteIndex​(DeleteIndexRequest request,
                                 io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Deletes an Index.
         An Index can only be deleted when all its
         [DeployedIndexes][google.cloud.aiplatform.v1.Index.deployed_indexes] had
         been undeployed.