Uses of Class
io.qdrant.client.grpc.Collections.GetCollectionInfoResponse
-
Uses of Collections.GetCollectionInfoResponse in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.getCollectionInfo
(String collectionName) Retrieves information about a collection. -
Uses of Collections.GetCollectionInfoResponse in io.qdrant.client.grpc
Modifier 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) Modifier 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()
Modifier and TypeMethodDescriptionCollections.GetCollectionInfoResponse.Builder.mergeFrom
(Collections.GetCollectionInfoResponse other) Collections.GetCollectionInfoResponse.newBuilder
(Collections.GetCollectionInfoResponse prototype) Modifier 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