Uses of Class
io.qdrant.client.grpc.SnapshotsService.SnapshotDescription.Builder
Packages that use SnapshotsService.SnapshotDescription.Builder
-
Uses of SnapshotsService.SnapshotDescription.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return SnapshotsService.SnapshotDescription.BuilderModifier and TypeMethodDescriptionSnapshotsService.SnapshotDescription.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SnapshotsService.ListSnapshotsResponse.Builder.addSnapshotDescriptionsBuilder()
repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.ListSnapshotsResponse.Builder.addSnapshotDescriptionsBuilder
(int index) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.SnapshotDescription.Builder.clear()
SnapshotsService.SnapshotDescription.Builder.clearCreationTime()
Creation time of the snapshotSnapshotsService.SnapshotDescription.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) SnapshotsService.SnapshotDescription.Builder.clearName()
Name of the snapshotSnapshotsService.SnapshotDescription.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) SnapshotsService.SnapshotDescription.Builder.clearSize()
Size of the snapshot in bytesSnapshotsService.SnapshotDescription.Builder.clone()
SnapshotsService.CreateSnapshotResponse.Builder.getSnapshotDescriptionBuilder()
.qdrant.SnapshotDescription snapshot_description = 1;
SnapshotsService.ListSnapshotsResponse.Builder.getSnapshotDescriptionsBuilder
(int index) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.SnapshotDescription.Builder.mergeCreationTime
(com.google.protobuf.Timestamp value) Creation time of the snapshotSnapshotsService.SnapshotDescription.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.SnapshotDescription.Builder.mergeFrom
(com.google.protobuf.Message other) SnapshotsService.SnapshotDescription.Builder.mergeFrom
(SnapshotsService.SnapshotDescription other) SnapshotsService.SnapshotDescription.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) SnapshotsService.SnapshotDescription.newBuilder()
SnapshotsService.SnapshotDescription.newBuilder
(SnapshotsService.SnapshotDescription prototype) SnapshotsService.SnapshotDescription.newBuilderForType()
SnapshotsService.SnapshotDescription.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SnapshotsService.SnapshotDescription.Builder.setCreationTime
(com.google.protobuf.Timestamp value) Creation time of the snapshotSnapshotsService.SnapshotDescription.Builder.setCreationTime
(com.google.protobuf.Timestamp.Builder builderForValue) Creation time of the snapshotSnapshotsService.SnapshotDescription.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Name of the snapshotSnapshotsService.SnapshotDescription.Builder.setNameBytes
(com.google.protobuf.ByteString value) Name of the snapshotSnapshotsService.SnapshotDescription.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SnapshotsService.SnapshotDescription.Builder.setSize
(long value) Size of the snapshot in bytesSnapshotsService.SnapshotDescription.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) SnapshotsService.SnapshotDescription.toBuilder()
Methods in io.qdrant.client.grpc that return types with arguments of type SnapshotsService.SnapshotDescription.BuilderModifier and TypeMethodDescriptionSnapshotsService.ListSnapshotsResponse.Builder.getSnapshotDescriptionsBuilderList()
repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
Methods in io.qdrant.client.grpc with parameters of type SnapshotsService.SnapshotDescription.BuilderModifier and TypeMethodDescriptionSnapshotsService.ListSnapshotsResponse.Builder.addSnapshotDescriptions
(int index, SnapshotsService.SnapshotDescription.Builder builderForValue) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.ListSnapshotsResponse.Builder.addSnapshotDescriptions
(SnapshotsService.SnapshotDescription.Builder builderForValue) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
SnapshotsService.CreateSnapshotResponse.Builder.setSnapshotDescription
(SnapshotsService.SnapshotDescription.Builder builderForValue) .qdrant.SnapshotDescription snapshot_description = 1;
SnapshotsService.ListSnapshotsResponse.Builder.setSnapshotDescriptions
(int index, SnapshotsService.SnapshotDescription.Builder builderForValue) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;