Class PointsGrpc
java.lang.Object
io.metaloom.qdrant.client.grpc.proto.PointsGrpc
@Generated(value="by gRPC proto compiler (version 1.52.1)",
comments="Source: points_service.proto")
public final class PointsGrpc
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<Points.ClearPayloadPoints,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.CountPoints,Points.CountResponse> static io.grpc.MethodDescriptor<Points.CreateFieldIndexCollection,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.DeleteFieldIndexCollection,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.DeletePoints,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.DeletePayloadPoints,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.GetPoints,Points.GetResponse> static io.grpc.MethodDescriptor<Points.SetPayloadPoints,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.RecommendBatchPoints,Points.RecommendBatchResponse> static io.grpc.MethodDescriptor<Points.RecommendPoints,Points.RecommendResponse> static io.grpc.MethodDescriptor<Points.ScrollPoints,Points.ScrollResponse> static io.grpc.MethodDescriptor<Points.SearchBatchPoints,Points.SearchBatchResponse> static io.grpc.MethodDescriptor<Points.SearchPoints,Points.SearchResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Points.SetPayloadPoints,Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.UpsertPoints,Points.PointsOperationResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic PointsGrpc.PointsFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PointsGrpc.PointsStubnewStub(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<Points.UpsertPoints,Points.PointsOperationResponse> getUpsertMethod() -
getDeleteMethod
public static io.grpc.MethodDescriptor<Points.DeletePoints,Points.PointsOperationResponse> getDeleteMethod() -
getGetMethod
-
getSetPayloadMethod
public static io.grpc.MethodDescriptor<Points.SetPayloadPoints,Points.PointsOperationResponse> getSetPayloadMethod() -
getOverwritePayloadMethod
public static io.grpc.MethodDescriptor<Points.SetPayloadPoints,Points.PointsOperationResponse> getOverwritePayloadMethod() -
getDeletePayloadMethod
public static io.grpc.MethodDescriptor<Points.DeletePayloadPoints,Points.PointsOperationResponse> getDeletePayloadMethod() -
getClearPayloadMethod
public static io.grpc.MethodDescriptor<Points.ClearPayloadPoints,Points.PointsOperationResponse> getClearPayloadMethod() -
getCreateFieldIndexMethod
public static io.grpc.MethodDescriptor<Points.CreateFieldIndexCollection,Points.PointsOperationResponse> getCreateFieldIndexMethod() -
getDeleteFieldIndexMethod
public static io.grpc.MethodDescriptor<Points.DeleteFieldIndexCollection,Points.PointsOperationResponse> getDeleteFieldIndexMethod() -
getSearchMethod
-
getSearchBatchMethod
public static io.grpc.MethodDescriptor<Points.SearchBatchPoints,Points.SearchBatchResponse> getSearchBatchMethod() -
getScrollMethod
-
getRecommendMethod
public static io.grpc.MethodDescriptor<Points.RecommendPoints,Points.RecommendResponse> getRecommendMethod() -
getRecommendBatchMethod
public static io.grpc.MethodDescriptor<Points.RecommendBatchPoints,Points.RecommendBatchResponse> getRecommendBatchMethod() -
getCountMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
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()
-