Class IndexServiceGrpc.IndexServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<IndexServiceGrpc.IndexServiceBlockingStub>
-
- com.google.cloud.aiplatform.v1beta1.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.IndexServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createIndex(CreateIndexRequest request)
Creates an Index.com.google.longrunning.Operation
deleteIndex(DeleteIndexRequest request)
Deletes an Index.Index
getIndex(GetIndexRequest request)
Gets an Index.ListIndexesResponse
listIndexes(ListIndexesRequest request)
Lists Indexes in a Location.RemoveDatapointsResponse
removeDatapoints(RemoveDatapointsRequest request)
Remove Datapoints from an Index.com.google.longrunning.Operation
updateIndex(UpdateIndexRequest request)
Updates an Index.UpsertDatapointsResponse
upsertDatapoints(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:
build
in 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.v1beta1.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.
-
-