Uses of Class
io.qdrant.client.grpc.Collections.GetCollectionInfoResponse
Packages that use Collections.GetCollectionInfoResponse
-
Uses of Collections.GetCollectionInfoResponse in io.qdrant.client
Methods in io.qdrant.client that return Collections.GetCollectionInfoResponseModifier and TypeMethodDescriptionQdrantClient.getCollectionInfo
(String collectionName) Retrieves information about a collection. -
Uses of Collections.GetCollectionInfoResponse in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Collections.GetCollectionInfoResponseModifier and TypeMethodDescriptionCollections.GetCollectionInfoResponse.Builder.build()
Collections.GetCollectionInfoResponse.Builder.buildPartial()
CollectionsGrpc.CollectionsBlockingStub.get
(Collections.GetCollectionInfoRequest request) Get detailed information about specified existing collectionCollections.GetCollectionInfoResponse.getDefaultInstance()
Collections.GetCollectionInfoResponse.Builder.getDefaultInstanceForType()
Collections.GetCollectionInfoResponse.getDefaultInstanceForType()
Collections.GetCollectionInfoResponse.parseDelimitedFrom
(InputStream input) Collections.GetCollectionInfoResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.GetCollectionInfoResponse.parseFrom
(byte[] data) Collections.GetCollectionInfoResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.GetCollectionInfoResponse.parseFrom
(com.google.protobuf.ByteString data) Collections.GetCollectionInfoResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.GetCollectionInfoResponse.parseFrom
(com.google.protobuf.CodedInputStream input) Collections.GetCollectionInfoResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.GetCollectionInfoResponse.parseFrom
(InputStream input) Collections.GetCollectionInfoResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.GetCollectionInfoResponse.parseFrom
(ByteBuffer data) Collections.GetCollectionInfoResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Collections.GetCollectionInfoResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Collections.GetCollectionInfoResponse>
CollectionsGrpc.CollectionsFutureStub.get
(Collections.GetCollectionInfoRequest request) Get detailed information about specified existing collectionstatic io.grpc.MethodDescriptor<Collections.GetCollectionInfoRequest,
Collections.GetCollectionInfoResponse> CollectionsGrpc.getGetMethod()
com.google.protobuf.Parser<Collections.GetCollectionInfoResponse>
Collections.GetCollectionInfoResponse.getParserForType()
static com.google.protobuf.Parser<Collections.GetCollectionInfoResponse>
Collections.GetCollectionInfoResponse.parser()
Methods in io.qdrant.client.grpc with parameters of type Collections.GetCollectionInfoResponseModifier and TypeMethodDescriptionCollections.GetCollectionInfoResponse.Builder.mergeFrom
(Collections.GetCollectionInfoResponse other) Collections.GetCollectionInfoResponse.newBuilder
(Collections.GetCollectionInfoResponse prototype) Method parameters in io.qdrant.client.grpc with type arguments of type Collections.GetCollectionInfoResponseModifier and TypeMethodDescriptiondefault void
CollectionsGrpc.AsyncService.get
(Collections.GetCollectionInfoRequest request, io.grpc.stub.StreamObserver<Collections.GetCollectionInfoResponse> responseObserver) Get detailed information about specified existing collectionvoid
CollectionsGrpc.CollectionsStub.get
(Collections.GetCollectionInfoRequest request, io.grpc.stub.StreamObserver<Collections.GetCollectionInfoResponse> responseObserver) Get detailed information about specified existing collection