Class PointsInternalGrpc
java.lang.Object
io.metaloom.qdrant.client.grpc.proto.PointsInternalGrpc
@Generated(value="by gRPC proto compiler (version 1.52.1)",
comments="Source: points_internal_service.proto")
public final class PointsInternalGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic classstatic final class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<PointsInternalService.ClearPayloadPointsInternal,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<PointsInternalService.CountPointsInternal,Points.CountResponse> static io.grpc.MethodDescriptor<PointsInternalService.CreateFieldIndexCollectionInternal,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<PointsInternalService.DeleteFieldIndexCollectionInternal,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<PointsInternalService.DeletePointsInternal,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<PointsInternalService.DeletePayloadPointsInternal,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<PointsInternalService.GetPointsInternal,Points.GetResponse> static io.grpc.MethodDescriptor<PointsInternalService.SetPayloadPointsInternal,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<PointsInternalService.RecommendPointsInternal,Points.RecommendResponse> static io.grpc.MethodDescriptor<PointsInternalService.ScrollPointsInternal,Points.ScrollResponse> static io.grpc.MethodDescriptor<PointsInternalService.SearchBatchPointsInternal,Points.SearchBatchResponse> static io.grpc.MethodDescriptor<PointsInternalService.SearchPointsInternal,Points.SearchResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<PointsInternalService.SetPayloadPointsInternal,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<PointsInternalService.SyncPointsInternal,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<PointsInternalService.UpsertPointsInternal,Points.PointsOperationResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getUpsertMethod
public static io.grpc.MethodDescriptor<PointsInternalService.UpsertPointsInternal,Points.PointsOperationResponse> getUpsertMethod() -
getSyncMethod
public static io.grpc.MethodDescriptor<PointsInternalService.SyncPointsInternal,Points.PointsOperationResponse> getSyncMethod() -
getDeleteMethod
public static io.grpc.MethodDescriptor<PointsInternalService.DeletePointsInternal,Points.PointsOperationResponse> getDeleteMethod() -
getSetPayloadMethod
public static io.grpc.MethodDescriptor<PointsInternalService.SetPayloadPointsInternal,Points.PointsOperationResponse> getSetPayloadMethod() -
getOverwritePayloadMethod
public static io.grpc.MethodDescriptor<PointsInternalService.SetPayloadPointsInternal,Points.PointsOperationResponse> getOverwritePayloadMethod() -
getDeletePayloadMethod
public static io.grpc.MethodDescriptor<PointsInternalService.DeletePayloadPointsInternal,Points.PointsOperationResponse> getDeletePayloadMethod() -
getClearPayloadMethod
public static io.grpc.MethodDescriptor<PointsInternalService.ClearPayloadPointsInternal,Points.PointsOperationResponse> getClearPayloadMethod() -
getCreateFieldIndexMethod
public static io.grpc.MethodDescriptor<PointsInternalService.CreateFieldIndexCollectionInternal,Points.PointsOperationResponse> getCreateFieldIndexMethod() -
getDeleteFieldIndexMethod
public static io.grpc.MethodDescriptor<PointsInternalService.DeleteFieldIndexCollectionInternal,Points.PointsOperationResponse> getDeleteFieldIndexMethod() -
getSearchMethod
public static io.grpc.MethodDescriptor<PointsInternalService.SearchPointsInternal,Points.SearchResponse> getSearchMethod() -
getSearchBatchMethod
public static io.grpc.MethodDescriptor<PointsInternalService.SearchBatchPointsInternal,Points.SearchBatchResponse> getSearchBatchMethod() -
getScrollMethod
public static io.grpc.MethodDescriptor<PointsInternalService.ScrollPointsInternal,Points.ScrollResponse> getScrollMethod() -
getCountMethod
public static io.grpc.MethodDescriptor<PointsInternalService.CountPointsInternal,Points.CountResponse> getCountMethod() -
getRecommendMethod
public static io.grpc.MethodDescriptor<PointsInternalService.RecommendPointsInternal,Points.RecommendResponse> getRecommendMethod() -
getGetMethod
public static io.grpc.MethodDescriptor<PointsInternalService.GetPointsInternal,Points.GetResponse> getGetMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static PointsInternalGrpc.PointsInternalBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-