Class CollectionsGrpc
java.lang.Object
io.metaloom.qdrant.client.grpc.proto.CollectionsGrpc
@Generated(value="by gRPC proto compiler (version 1.52.1)",
comments="Source: collections_service.proto")
public final class CollectionsGrpc
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<Collections.CreateCollection,Collections.CollectionOperationResponse> static io.grpc.MethodDescriptor<Collections.DeleteCollection,Collections.CollectionOperationResponse> static io.grpc.MethodDescriptor<Collections.GetCollectionInfoRequest,Collections.GetCollectionInfoResponse> static io.grpc.MethodDescriptor<Collections.ListCollectionsRequest,Collections.ListCollectionsResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Collections.ChangeAliases,Collections.CollectionOperationResponse> static io.grpc.MethodDescriptor<Collections.UpdateCollection,Collections.CollectionOperationResponse> 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
-
getGetMethod
public static io.grpc.MethodDescriptor<Collections.GetCollectionInfoRequest,Collections.GetCollectionInfoResponse> getGetMethod() -
getListMethod
public static io.grpc.MethodDescriptor<Collections.ListCollectionsRequest,Collections.ListCollectionsResponse> getListMethod() -
getCreateMethod
public static io.grpc.MethodDescriptor<Collections.CreateCollection,Collections.CollectionOperationResponse> getCreateMethod() -
getUpdateMethod
public static io.grpc.MethodDescriptor<Collections.UpdateCollection,Collections.CollectionOperationResponse> getUpdateMethod() -
getDeleteMethod
public static io.grpc.MethodDescriptor<Collections.DeleteCollection,Collections.CollectionOperationResponse> getDeleteMethod() -
getUpdateAliasesMethod
public static io.grpc.MethodDescriptor<Collections.ChangeAliases,Collections.CollectionOperationResponse> getUpdateAliasesMethod() -
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()
-