Uses of Class
io.qdrant.client.grpc.Collections.DeleteCollection
-
Uses of Collections.DeleteCollection in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionCollections.DeleteCollection.Builder.build()
Collections.DeleteCollection.Builder.buildPartial()
static Collections.DeleteCollection
Collections.DeleteCollection.getDefaultInstance()
Collections.DeleteCollection.Builder.getDefaultInstanceForType()
Collections.DeleteCollection.getDefaultInstanceForType()
static Collections.DeleteCollection
Collections.DeleteCollection.parseDelimitedFrom
(InputStream input) static Collections.DeleteCollection
Collections.DeleteCollection.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(byte[] data) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(com.google.protobuf.ByteString data) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(com.google.protobuf.CodedInputStream input) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(InputStream input) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(ByteBuffer data) static Collections.DeleteCollection
Collections.DeleteCollection.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Collections.DeleteCollection,
Collections.CollectionOperationResponse> CollectionsGrpc.getDeleteMethod()
com.google.protobuf.Parser<Collections.DeleteCollection>
Collections.DeleteCollection.getParserForType()
static com.google.protobuf.Parser<Collections.DeleteCollection>
Collections.DeleteCollection.parser()
Modifier and TypeMethodDescriptiondefault void
CollectionsGrpc.AsyncService.delete
(Collections.DeleteCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Drop collection and all associated dataCollectionsGrpc.CollectionsBlockingStub.delete
(Collections.DeleteCollection request) Drop collection and all associated datacom.google.common.util.concurrent.ListenableFuture<Collections.CollectionOperationResponse>
CollectionsGrpc.CollectionsFutureStub.delete
(Collections.DeleteCollection request) Drop collection and all associated datavoid
CollectionsGrpc.CollectionsStub.delete
(Collections.DeleteCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Drop collection and all associated dataCollections.DeleteCollection.Builder.mergeFrom
(Collections.DeleteCollection other) Collections.DeleteCollection.newBuilder
(Collections.DeleteCollection prototype)