@Generated(value="by gRPC proto compiler (version 1.53.0)",
comments="Source: vectorindex.proto")
public final class VectorIndexGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorIndexGrpc.VectorIndexBlockingStub |
static class |
VectorIndexGrpc.VectorIndexFutureStub |
static class |
VectorIndexGrpc.VectorIndexImplBase |
static class |
VectorIndexGrpc.VectorIndexStub |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<Vectorindex.SearchRequest,Vectorindex.SearchResponse> |
getSearchMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<Vectorindex.UpsertItemBatchRequest,Vectorindex.UpsertItemBatchResponse> |
getUpsertItemBatchMethod() |
static VectorIndexGrpc.VectorIndexBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static VectorIndexGrpc.VectorIndexFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static VectorIndexGrpc.VectorIndexStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<Vectorindex.UpsertItemBatchRequest,Vectorindex.UpsertItemBatchResponse> getUpsertItemBatchMethod()
public static io.grpc.MethodDescriptor<Vectorindex.SearchRequest,Vectorindex.SearchResponse> getSearchMethod()
public static VectorIndexGrpc.VectorIndexStub newStub(io.grpc.Channel channel)
public static VectorIndexGrpc.VectorIndexBlockingStub newBlockingStub(io.grpc.Channel channel)
public static VectorIndexGrpc.VectorIndexFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()