Uses of Class
io.metaloom.qdrant.client.http.model.snapshot.SnapshotDescription
Packages that use SnapshotDescription
-
Uses of SnapshotDescription in io.metaloom.qdrant.client.http.model.snapshot
Methods in io.metaloom.qdrant.client.http.model.snapshot that return SnapshotDescriptionModifier and TypeMethodDescriptionSnapshotCreateResponse.getResult()SnapshotResponse.getResult()SnapshotDescription.setCreationTime(String creationTime) SnapshotDescription.setSize(long size) Methods in io.metaloom.qdrant.client.http.model.snapshot that return types with arguments of type SnapshotDescriptionMethods in io.metaloom.qdrant.client.http.model.snapshot with parameters of type SnapshotDescriptionModifier and TypeMethodDescriptionSnapshotCreateResponse.setResult(SnapshotDescription result) SnapshotResponse.setResult(SnapshotDescription result) Method parameters in io.metaloom.qdrant.client.http.model.snapshot with type arguments of type SnapshotDescriptionModifier and TypeMethodDescriptionSnapshotListResponse.setResult(List<SnapshotDescription> result)