Class IndexServiceGrpc (3.42.0)

public final class IndexServiceGrpc

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

Inheritance

java.lang.Object > IndexServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(IndexServiceGrpc.AsyncService service)

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

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>

getRemoveDatapointsMethod()

public static MethodDescriptor<RemoveDatapointsRequest,RemoveDatapointsResponse> getRemoveDatapointsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RemoveDatapointsRequest,RemoveDatapointsResponse>

getServiceDescriptor()

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

getUpdateIndexMethod()

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

getUpsertDatapointsMethod()

public static MethodDescriptor<UpsertDatapointsRequest,UpsertDatapointsResponse> getUpsertDatapointsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpsertDatapointsRequest,UpsertDatapointsResponse>

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