Class IndexServiceGrpc (2.4.0)

public final class IndexServiceGrpc

A service for creating and managing Vertex AI's Index resources.

Inheritance

java.lang.Object > IndexServiceGrpc

Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Methods

getCreateIndexMethod()

public static MethodDescriptor<CreateIndexRequest,Operation> getCreateIndexMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateIndexRequest,Operation>

getDeleteIndexMethod()

public static MethodDescriptor<DeleteIndexRequest,Operation> getDeleteIndexMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteIndexRequest,Operation>

getGetIndexMethod()

public static MethodDescriptor<GetIndexRequest,Index> getGetIndexMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetIndexRequest,Index>

getListIndexesMethod()

public static MethodDescriptor<ListIndexesRequest,ListIndexesResponse> getListIndexesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse>

getServiceDescriptor()

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

getUpdateIndexMethod()

public static MethodDescriptor<UpdateIndexRequest,Operation> getUpdateIndexMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateIndexRequest,Operation>

newBlockingStub(Channel channel)

public static IndexServiceGrpc.IndexServiceBlockingStub 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
IndexServiceGrpc.IndexServiceBlockingStub

newFutureStub(Channel channel)

public static IndexServiceGrpc.IndexServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IndexServiceGrpc.IndexServiceFutureStub

newStub(Channel channel)

public static IndexServiceGrpc.IndexServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IndexServiceGrpc.IndexServiceStub