Uses of Class
io.qdrant.client.grpc.SnapshotsService.SnapshotDescription
-
Uses of SnapshotsService.SnapshotDescription in io.qdrant.client.grpc
Modifier 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) Modifier 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()
Modifier 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;
Modifier and TypeMethodDescriptionSnapshotsService.ListSnapshotsResponse.Builder.addAllSnapshotDescriptions
(Iterable<? extends SnapshotsService.SnapshotDescription> values) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;