public static final class IndexEndpointServiceGrpc.IndexEndpointServiceStub extends AbstractAsyncStub<IndexEndpointServiceGrpc.IndexEndpointServiceStub>
A stub to allow clients to do asynchronous rpc calls to service IndexEndpointService.
A service for managing Vertex AI's IndexEndpoints.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > IndexEndpointServiceGrpc.IndexEndpointServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected IndexEndpointServiceGrpc.IndexEndpointServiceStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
IndexEndpointServiceGrpc.IndexEndpointServiceStub |
createIndexEndpoint(CreateIndexEndpointRequest request, StreamObserver<Operation> responseObserver)
public void createIndexEndpoint(CreateIndexEndpointRequest request, StreamObserver<Operation> responseObserver)
Creates an IndexEndpoint.
Parameters | |
---|---|
Name | Description |
request |
CreateIndexEndpointRequest |
responseObserver |
io.grpc.stub.StreamObserver<Operation> |
deleteIndexEndpoint(DeleteIndexEndpointRequest request, StreamObserver<Operation> responseObserver)
public void deleteIndexEndpoint(DeleteIndexEndpointRequest request, StreamObserver<Operation> responseObserver)
Deletes an IndexEndpoint.
Parameters | |
---|---|
Name | Description |
request |
DeleteIndexEndpointRequest |
responseObserver |
io.grpc.stub.StreamObserver<Operation> |
deployIndex(DeployIndexRequest request, StreamObserver<Operation> responseObserver)
public void deployIndex(DeployIndexRequest request, StreamObserver<Operation> responseObserver)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. Only non-empty Indexes can be deployed.
Parameters | |
---|---|
Name | Description |
request |
DeployIndexRequest |
responseObserver |
io.grpc.stub.StreamObserver<Operation> |
getIndexEndpoint(GetIndexEndpointRequest request, StreamObserver<IndexEndpoint> responseObserver)
public void getIndexEndpoint(GetIndexEndpointRequest request, StreamObserver<IndexEndpoint> responseObserver)
Gets an IndexEndpoint.
Parameters | |
---|---|
Name | Description |
request |
GetIndexEndpointRequest |
responseObserver |
io.grpc.stub.StreamObserver<IndexEndpoint> |
listIndexEndpoints(ListIndexEndpointsRequest request, StreamObserver<ListIndexEndpointsResponse> responseObserver)
public void listIndexEndpoints(ListIndexEndpointsRequest request, StreamObserver<ListIndexEndpointsResponse> responseObserver)
Lists IndexEndpoints in a Location.
Parameters | |
---|---|
Name | Description |
request |
ListIndexEndpointsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListIndexEndpointsResponse> |
mutateDeployedIndex(MutateDeployedIndexRequest request, StreamObserver<Operation> responseObserver)
public void mutateDeployedIndex(MutateDeployedIndexRequest request, StreamObserver<Operation> responseObserver)
Update an existing DeployedIndex under an IndexEndpoint.
Parameters | |
---|---|
Name | Description |
request |
MutateDeployedIndexRequest |
responseObserver |
io.grpc.stub.StreamObserver<Operation> |
undeployIndex(UndeployIndexRequest request, StreamObserver<Operation> responseObserver)
public void undeployIndex(UndeployIndexRequest request, StreamObserver<Operation> responseObserver)
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.
Parameters | |
---|---|
Name | Description |
request |
UndeployIndexRequest |
responseObserver |
io.grpc.stub.StreamObserver<Operation> |
updateIndexEndpoint(UpdateIndexEndpointRequest request, StreamObserver<IndexEndpoint> responseObserver)
public void updateIndexEndpoint(UpdateIndexEndpointRequest request, StreamObserver<IndexEndpoint> responseObserver)
Updates an IndexEndpoint.
Parameters | |
---|---|
Name | Description |
request |
UpdateIndexEndpointRequest |
responseObserver |
io.grpc.stub.StreamObserver<IndexEndpoint> |