Package com.google.cloud.aiplatform.v1
Class IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub>
-
- com.google.cloud.aiplatform.v1.IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub
-
- Enclosing class:
- IndexEndpointServiceGrpc
public static final class IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service IndexEndpointService.A service for managing Vertex AI's IndexEndpoints.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createIndexEndpoint(CreateIndexEndpointRequest request)
Creates an IndexEndpoint.com.google.longrunning.Operation
deleteIndexEndpoint(DeleteIndexEndpointRequest request)
Deletes an IndexEndpoint.com.google.longrunning.Operation
deployIndex(DeployIndexRequest request)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.IndexEndpoint
getIndexEndpoint(GetIndexEndpointRequest request)
Gets an IndexEndpoint.ListIndexEndpointsResponse
listIndexEndpoints(ListIndexEndpointsRequest request)
Lists IndexEndpoints in a Location.com.google.longrunning.Operation
mutateDeployedIndex(MutateDeployedIndexRequest request)
Update an existing DeployedIndex under an IndexEndpoint.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.IndexEndpoint
updateIndexEndpoint(UpdateIndexEndpointRequest request)
Updates an IndexEndpoint.
-
-
-
Method Detail
-
build
protected IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub>
-
createIndexEndpoint
public com.google.longrunning.Operation createIndexEndpoint(CreateIndexEndpointRequest request)
Creates an IndexEndpoint.
-
getIndexEndpoint
public IndexEndpoint getIndexEndpoint(GetIndexEndpointRequest request)
Gets an IndexEndpoint.
-
listIndexEndpoints
public ListIndexEndpointsResponse listIndexEndpoints(ListIndexEndpointsRequest request)
Lists IndexEndpoints in a Location.
-
updateIndexEndpoint
public IndexEndpoint updateIndexEndpoint(UpdateIndexEndpointRequest request)
Updates an IndexEndpoint.
-
deleteIndexEndpoint
public com.google.longrunning.Operation deleteIndexEndpoint(DeleteIndexEndpointRequest request)
Deletes an IndexEndpoint.
-
deployIndex
public 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.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.longrunning.Operation mutateDeployedIndex(MutateDeployedIndexRequest request)
Update an existing DeployedIndex under an IndexEndpoint.
-
-