Class IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub

    • Method Detail

      • createIndexEndpoint

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createIndexEndpoint​(CreateIndexEndpointRequest request)
         Creates an IndexEndpoint.
         
      • deleteIndexEndpoint

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteIndexEndpoint​(DeleteIndexEndpointRequest request)
         Deletes an IndexEndpoint.
         
      • deployIndex

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deployIndex​(DeployIndexRequest request)
         Deploys an Index into this IndexEndpoint, creating a DeployedIndex within
         it.
         Only non-empty Indexes can be deployed.
         
      • undeployIndex

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> undeployIndex​(UndeployIndexRequest request)
         Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it,
         and freeing all resources it's using.
         
      • mutateDeployedIndex

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> mutateDeployedIndex​(MutateDeployedIndexRequest request)
         Update an existing DeployedIndex under an IndexEndpoint.