Uses of Class
io.qdrant.client.grpc.Collections.ListCollectionsResponse
Packages that use Collections.ListCollectionsResponse
-
Uses of Collections.ListCollectionsResponse in io.qdrant.client
Methods in io.qdrant.client that return Collections.ListCollectionsResponseModifier and TypeMethodDescriptionQdrantClient.listCollections()
Retrieves a list of collections. -
Uses of Collections.ListCollectionsResponse in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Collections.ListCollectionsResponseModifier and TypeMethodDescriptionCollections.ListCollectionsResponse.Builder.build()
Collections.ListCollectionsResponse.Builder.buildPartial()
Collections.ListCollectionsResponse.getDefaultInstance()
Collections.ListCollectionsResponse.Builder.getDefaultInstanceForType()
Collections.ListCollectionsResponse.getDefaultInstanceForType()
CollectionsGrpc.CollectionsBlockingStub.list
(Collections.ListCollectionsRequest request) Get list name of all existing collectionsCollections.ListCollectionsResponse.parseDelimitedFrom
(InputStream input) Collections.ListCollectionsResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.ListCollectionsResponse.parseFrom
(byte[] data) Collections.ListCollectionsResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.ListCollectionsResponse.parseFrom
(com.google.protobuf.ByteString data) Collections.ListCollectionsResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.ListCollectionsResponse.parseFrom
(com.google.protobuf.CodedInputStream input) Collections.ListCollectionsResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.ListCollectionsResponse.parseFrom
(InputStream input) Collections.ListCollectionsResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.ListCollectionsResponse.parseFrom
(ByteBuffer data) Collections.ListCollectionsResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Collections.ListCollectionsResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Collections.ListCollectionsRequest,
Collections.ListCollectionsResponse> CollectionsGrpc.getListMethod()
com.google.protobuf.Parser<Collections.ListCollectionsResponse>
Collections.ListCollectionsResponse.getParserForType()
com.google.common.util.concurrent.ListenableFuture<Collections.ListCollectionsResponse>
CollectionsGrpc.CollectionsFutureStub.list
(Collections.ListCollectionsRequest request) Get list name of all existing collectionsstatic com.google.protobuf.Parser<Collections.ListCollectionsResponse>
Collections.ListCollectionsResponse.parser()
Methods in io.qdrant.client.grpc with parameters of type Collections.ListCollectionsResponseModifier and TypeMethodDescriptionCollections.ListCollectionsResponse.Builder.mergeFrom
(Collections.ListCollectionsResponse other) Collections.ListCollectionsResponse.newBuilder
(Collections.ListCollectionsResponse prototype) Method parameters in io.qdrant.client.grpc with type arguments of type Collections.ListCollectionsResponseModifier and TypeMethodDescriptiondefault void
CollectionsGrpc.AsyncService.list
(Collections.ListCollectionsRequest request, io.grpc.stub.StreamObserver<Collections.ListCollectionsResponse> responseObserver) Get list name of all existing collectionsvoid
CollectionsGrpc.CollectionsStub.list
(Collections.ListCollectionsRequest request, io.grpc.stub.StreamObserver<Collections.ListCollectionsResponse> responseObserver) Get list name of all existing collections