Uses of Class
io.qdrant.client.grpc.Collections.UpdateCollection
Packages that use Collections.UpdateCollection
-
Uses of Collections.UpdateCollection in io.qdrant.client
Methods in io.qdrant.client with parameters of type Collections.UpdateCollectionModifier and TypeMethodDescriptionQdrantClient.updateCollection
(Collections.UpdateCollection details) Updates a collection with the specified details. -
Uses of Collections.UpdateCollection in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Collections.UpdateCollectionModifier and TypeMethodDescriptionCollections.UpdateCollection.Builder.build()
Collections.UpdateCollection.Builder.buildPartial()
static Collections.UpdateCollection
Collections.UpdateCollection.getDefaultInstance()
Collections.UpdateCollection.Builder.getDefaultInstanceForType()
Collections.UpdateCollection.getDefaultInstanceForType()
static Collections.UpdateCollection
Collections.UpdateCollection.parseDelimitedFrom
(InputStream input) static Collections.UpdateCollection
Collections.UpdateCollection.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(byte[] data) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(com.google.protobuf.ByteString data) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(com.google.protobuf.CodedInputStream input) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(InputStream input) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(ByteBuffer data) static Collections.UpdateCollection
Collections.UpdateCollection.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Collections.UpdateCollectionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Collections.UpdateCollection>
Collections.UpdateCollection.getParserForType()
static io.grpc.MethodDescriptor<Collections.UpdateCollection,
Collections.CollectionOperationResponse> CollectionsGrpc.getUpdateMethod()
static com.google.protobuf.Parser<Collections.UpdateCollection>
Collections.UpdateCollection.parser()
Methods in io.qdrant.client.grpc with parameters of type Collections.UpdateCollectionModifier and TypeMethodDescriptionCollections.UpdateCollection.Builder.mergeFrom
(Collections.UpdateCollection other) Collections.UpdateCollection.newBuilder
(Collections.UpdateCollection prototype) default void
CollectionsGrpc.AsyncService.update
(Collections.UpdateCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Update parameters of the existing collectionCollectionsGrpc.CollectionsBlockingStub.update
(Collections.UpdateCollection request) Update parameters of the existing collectioncom.google.common.util.concurrent.ListenableFuture<Collections.CollectionOperationResponse>
CollectionsGrpc.CollectionsFutureStub.update
(Collections.UpdateCollection request) Update parameters of the existing collectionvoid
CollectionsGrpc.CollectionsStub.update
(Collections.UpdateCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Update parameters of the existing collection