Class IndexEndpointServiceGrpc.IndexEndpointServiceStub (3.42.0)

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.IndexEndpointServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected IndexEndpointServiceGrpc.IndexEndpointServiceStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
IndexEndpointServiceGrpc.IndexEndpointServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createIndexEndpoint(CreateIndexEndpointRequest request, StreamObserver<Operation> responseObserver)

public void createIndexEndpoint(CreateIndexEndpointRequest request, StreamObserver<Operation> responseObserver)

Creates an IndexEndpoint.

Parameters
NameDescription
requestCreateIndexEndpointRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

deleteIndexEndpoint(DeleteIndexEndpointRequest request, StreamObserver<Operation> responseObserver)

public void deleteIndexEndpoint(DeleteIndexEndpointRequest request, StreamObserver<Operation> responseObserver)

Deletes an IndexEndpoint.

Parameters
NameDescription
requestDeleteIndexEndpointRequest
responseObserverio.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
NameDescription
requestDeployIndexRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

getIndexEndpoint(GetIndexEndpointRequest request, StreamObserver<IndexEndpoint> responseObserver)

public void getIndexEndpoint(GetIndexEndpointRequest request, StreamObserver<IndexEndpoint> responseObserver)

Gets an IndexEndpoint.

Parameters
NameDescription
requestGetIndexEndpointRequest
responseObserverio.grpc.stub.StreamObserver<IndexEndpoint>

listIndexEndpoints(ListIndexEndpointsRequest request, StreamObserver<ListIndexEndpointsResponse> responseObserver)

public void listIndexEndpoints(ListIndexEndpointsRequest request, StreamObserver<ListIndexEndpointsResponse> responseObserver)

Lists IndexEndpoints in a Location.

Parameters
NameDescription
requestListIndexEndpointsRequest
responseObserverio.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
NameDescription
requestMutateDeployedIndexRequest
responseObserverio.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
NameDescription
requestUndeployIndexRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

updateIndexEndpoint(UpdateIndexEndpointRequest request, StreamObserver<IndexEndpoint> responseObserver)

public void updateIndexEndpoint(UpdateIndexEndpointRequest request, StreamObserver<IndexEndpoint> responseObserver)

Updates an IndexEndpoint.

Parameters
NameDescription
requestUpdateIndexEndpointRequest
responseObserverio.grpc.stub.StreamObserver<IndexEndpoint>