Uses of Class
io.qdrant.client.grpc.SnapshotsService.SnapshotDescription
Packages that use SnapshotsService.SnapshotDescription
-
Uses of SnapshotsService.SnapshotDescription in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return SnapshotsService.SnapshotDescriptionModifier and TypeMethodDescriptionSnapshotsService.SnapshotDescription.Builder.build()
SnapshotsService.SnapshotDescription.Builder.buildPartial()
SnapshotsService.SnapshotDescription.getDefaultInstance()
SnapshotsService.SnapshotDescription.Builder.getDefaultInstanceForType()
SnapshotsService.SnapshotDescription.getDefaultInstanceForType()
SnapshotsService.CreateSnapshotResponse.Builder.getSnapshotDescription()
.qdrant.SnapshotDescription snapshot_description = 1;
SnapshotsService.CreateSnapshotResponse.getSnapshotDescription()
.qdrant.SnapshotDescription snapshot_description = 1;
SnapshotsService.CreateSnapshotResponseOrBuilder.getSnapshotDescription()
.qdrant.SnapshotDescription snapshot_description = 1;
SnapshotsService.ListSnapshotsResponse.Builder.getSnapshotDescriptions
(int index) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.ListSnapshotsResponse.getSnapshotDescriptions
(int index) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.ListSnapshotsResponseOrBuilder.getSnapshotDescriptions
(int index) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.SnapshotDescription.parseDelimitedFrom
(InputStream input) SnapshotsService.SnapshotDescription.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.SnapshotDescription.parseFrom
(byte[] data) SnapshotsService.SnapshotDescription.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.SnapshotDescription.parseFrom
(com.google.protobuf.ByteString data) SnapshotsService.SnapshotDescription.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.SnapshotDescription.parseFrom
(com.google.protobuf.CodedInputStream input) SnapshotsService.SnapshotDescription.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.SnapshotDescription.parseFrom
(InputStream input) SnapshotsService.SnapshotDescription.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.SnapshotDescription.parseFrom
(ByteBuffer data) SnapshotsService.SnapshotDescription.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type SnapshotsService.SnapshotDescriptionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SnapshotsService.SnapshotDescription>
SnapshotsService.SnapshotDescription.getParserForType()
SnapshotsService.ListSnapshotsResponse.Builder.getSnapshotDescriptionsList()
repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.ListSnapshotsResponse.getSnapshotDescriptionsList()
repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.ListSnapshotsResponseOrBuilder.getSnapshotDescriptionsList()
repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
static com.google.protobuf.Parser<SnapshotsService.SnapshotDescription>
SnapshotsService.SnapshotDescription.parser()
Methods in io.qdrant.client.grpc with parameters of type SnapshotsService.SnapshotDescriptionModifier and TypeMethodDescriptionSnapshotsService.ListSnapshotsResponse.Builder.addSnapshotDescriptions
(int index, SnapshotsService.SnapshotDescription value) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.ListSnapshotsResponse.Builder.addSnapshotDescriptions
(SnapshotsService.SnapshotDescription value) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.SnapshotDescription.Builder.mergeFrom
(SnapshotsService.SnapshotDescription other) SnapshotsService.CreateSnapshotResponse.Builder.mergeSnapshotDescription
(SnapshotsService.SnapshotDescription value) .qdrant.SnapshotDescription snapshot_description = 1;
SnapshotsService.SnapshotDescription.newBuilder
(SnapshotsService.SnapshotDescription prototype) SnapshotsService.CreateSnapshotResponse.Builder.setSnapshotDescription
(SnapshotsService.SnapshotDescription value) .qdrant.SnapshotDescription snapshot_description = 1;
SnapshotsService.ListSnapshotsResponse.Builder.setSnapshotDescriptions
(int index, SnapshotsService.SnapshotDescription value) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
Method parameters in io.qdrant.client.grpc with type arguments of type SnapshotsService.SnapshotDescriptionModifier and TypeMethodDescriptionSnapshotsService.ListSnapshotsResponse.Builder.addAllSnapshotDescriptions
(Iterable<? extends SnapshotsService.SnapshotDescription> values) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;