Package com.google.cloud.aiplatform.v1
Class IndexServiceGrpc.IndexServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<IndexServiceGrpc.IndexServiceBlockingStub>
-
- com.google.cloud.aiplatform.v1.IndexServiceGrpc.IndexServiceBlockingStub
-
- Enclosing class:
- IndexServiceGrpc
public static final class IndexServiceGrpc.IndexServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<IndexServiceGrpc.IndexServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service IndexService.A service for creating and managing Vertex AI's Index resources.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IndexServiceGrpc.IndexServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.longrunning.OperationcreateIndex(CreateIndexRequest request)Creates an Index.com.google.longrunning.OperationdeleteIndex(DeleteIndexRequest request)Deletes an Index.IndexgetIndex(GetIndexRequest request)Gets an Index.ListIndexesResponselistIndexes(ListIndexesRequest request)Lists Indexes in a Location.RemoveDatapointsResponseremoveDatapoints(RemoveDatapointsRequest request)Remove Datapoints from an Index.com.google.longrunning.OperationupdateIndex(UpdateIndexRequest request)Updates an Index.UpsertDatapointsResponseupsertDatapoints(UpsertDatapointsRequest request)Add/update Datapoints into an Index.
-
-
-
Method Detail
-
build
protected IndexServiceGrpc.IndexServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<IndexServiceGrpc.IndexServiceBlockingStub>
-
createIndex
public com.google.longrunning.Operation createIndex(CreateIndexRequest request)
Creates an Index.
-
getIndex
public Index getIndex(GetIndexRequest request)
Gets an Index.
-
listIndexes
public ListIndexesResponse listIndexes(ListIndexesRequest request)
Lists Indexes in a Location.
-
updateIndex
public com.google.longrunning.Operation updateIndex(UpdateIndexRequest request)
Updates an Index.
-
deleteIndex
public com.google.longrunning.Operation deleteIndex(DeleteIndexRequest request)
Deletes an Index. An Index can only be deleted when all its [DeployedIndexes][google.cloud.aiplatform.v1.Index.deployed_indexes] had been undeployed.
-
upsertDatapoints
public UpsertDatapointsResponse upsertDatapoints(UpsertDatapointsRequest request)
Add/update Datapoints into an Index.
-
removeDatapoints
public RemoveDatapointsResponse removeDatapoints(RemoveDatapointsRequest request)
Remove Datapoints from an Index.
-
-