Class IndexEndpointServiceGrpc (3.42.0)

public final class IndexEndpointServiceGrpc

A service for managing Vertex AI's IndexEndpoints.

Inheritance

java.lang.Object > IndexEndpointServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(IndexEndpointServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(IndexEndpointServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceIndexEndpointServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateIndexEndpointMethod()

public static MethodDescriptor<CreateIndexEndpointRequest,Operation> getCreateIndexEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateIndexEndpointRequest,Operation>

getDeleteIndexEndpointMethod()

public static MethodDescriptor<DeleteIndexEndpointRequest,Operation> getDeleteIndexEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteIndexEndpointRequest,Operation>

getDeployIndexMethod()

public static MethodDescriptor<DeployIndexRequest,Operation> getDeployIndexMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeployIndexRequest,Operation>

getGetIndexEndpointMethod()

public static MethodDescriptor<GetIndexEndpointRequest,IndexEndpoint> getGetIndexEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetIndexEndpointRequest,IndexEndpoint>

getListIndexEndpointsMethod()

public static MethodDescriptor<ListIndexEndpointsRequest,ListIndexEndpointsResponse> getListIndexEndpointsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListIndexEndpointsRequest,ListIndexEndpointsResponse>

getMutateDeployedIndexMethod()

public static MethodDescriptor<MutateDeployedIndexRequest,Operation> getMutateDeployedIndexMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<MutateDeployedIndexRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUndeployIndexMethod()

public static MethodDescriptor<UndeployIndexRequest,Operation> getUndeployIndexMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UndeployIndexRequest,Operation>

getUpdateIndexEndpointMethod()

public static MethodDescriptor<UpdateIndexEndpointRequest,IndexEndpoint> getUpdateIndexEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateIndexEndpointRequest,IndexEndpoint>

newBlockingStub(Channel channel)

public static IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub

newFutureStub(Channel channel)

public static IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub

newStub(Channel channel)

public static IndexEndpointServiceGrpc.IndexEndpointServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IndexEndpointServiceGrpc.IndexEndpointServiceStub