@Generated(value="by gRPC proto compiler (version 1.62.2)",
comments="Source: vector_service.proto")
public final class VectorServiceGrpc
extends java.lang.Object
The `VectorService` interface is exposed by Pinecone's vector index services. This service could also be called a `gRPC` service or a `REST`-like api.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VectorServiceGrpc.AsyncService
The `VectorService` interface is exposed by Pinecone's vector index services.
|
static class |
VectorServiceGrpc.VectorServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service VectorService.
|
static class |
VectorServiceGrpc.VectorServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service VectorService.
|
static class |
VectorServiceGrpc.VectorServiceImplBase
Base class for the server implementation of the service VectorService.
|
static class |
VectorServiceGrpc.VectorServiceStub
A stub to allow clients to do asynchronous rpc calls to service VectorService.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(VectorServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse> |
getDeleteMethod() |
static io.grpc.MethodDescriptor<DescribeIndexStatsRequest,DescribeIndexStatsResponse> |
getDescribeIndexStatsMethod() |
static io.grpc.MethodDescriptor<FetchRequest,FetchResponse> |
getFetchMethod() |
static io.grpc.MethodDescriptor<ListRequest,ListResponse> |
getListMethod() |
static io.grpc.MethodDescriptor<QueryRequest,QueryResponse> |
getQueryMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> |
getUpdateMethod() |
static io.grpc.MethodDescriptor<UpsertRequest,UpsertResponse> |
getUpsertMethod() |
static VectorServiceGrpc.VectorServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static VectorServiceGrpc.VectorServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static VectorServiceGrpc.VectorServiceStub |
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<UpsertRequest,UpsertResponse> getUpsertMethod()
public static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse> getDeleteMethod()
public static io.grpc.MethodDescriptor<FetchRequest,FetchResponse> getFetchMethod()
public static io.grpc.MethodDescriptor<ListRequest,ListResponse> getListMethod()
public static io.grpc.MethodDescriptor<QueryRequest,QueryResponse> getQueryMethod()
public static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> getUpdateMethod()
public static io.grpc.MethodDescriptor<DescribeIndexStatsRequest,DescribeIndexStatsResponse> getDescribeIndexStatsMethod()
public static VectorServiceGrpc.VectorServiceStub newStub(io.grpc.Channel channel)
public static VectorServiceGrpc.VectorServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static VectorServiceGrpc.VectorServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(VectorServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()