Uses of Class
io.metaloom.qdrant.client.grpc.proto.Collections.ListCollectionsResponse
Packages that use Collections.ListCollectionsResponse
-
Uses of Collections.ListCollectionsResponse in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method that return types with arguments of type Collections.ListCollectionsResponseModifier and TypeMethodDescriptionCollectionMethods.listCollections()Get list name of all existing collections. -
Uses of Collections.ListCollectionsResponse in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto 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.metaloom.qdrant.client.grpc.proto 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.metaloom.qdrant.client.grpc.proto with parameters of type Collections.ListCollectionsResponseModifier and TypeMethodDescriptionCollections.ListCollectionsResponse.Builder.mergeFrom(Collections.ListCollectionsResponse other) Collections.ListCollectionsResponse.newBuilder(Collections.ListCollectionsResponse prototype) Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Collections.ListCollectionsResponseModifier and TypeMethodDescriptionvoidCollectionsGrpc.CollectionsImplBase.list(Collections.ListCollectionsRequest request, io.grpc.stub.StreamObserver<Collections.ListCollectionsResponse> responseObserver) Get list name of all existing collectionsvoidCollectionsGrpc.CollectionsStub.list(Collections.ListCollectionsRequest request, io.grpc.stub.StreamObserver<Collections.ListCollectionsResponse> responseObserver) Get list name of all existing collections