Interface SnapshotsService.ListSnapshotsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SnapshotsService.ListSnapshotsResponse,SnapshotsService.ListSnapshotsResponse.Builder
- Enclosing class:
- SnapshotsService
public static interface SnapshotsService.ListSnapshotsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSnapshotDescriptions(int index) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;intrepeated .qdrant.SnapshotDescription snapshot_descriptions = 1;repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;getSnapshotDescriptionsOrBuilder(int index) repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;doublegetTime()Time spent to processMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSnapshotDescriptionsList
List<SnapshotsService.SnapshotDescription> getSnapshotDescriptionsList()repeated .qdrant.SnapshotDescription snapshot_descriptions = 1; -
getSnapshotDescriptions
repeated .qdrant.SnapshotDescription snapshot_descriptions = 1; -
getSnapshotDescriptionsCount
int getSnapshotDescriptionsCount()repeated .qdrant.SnapshotDescription snapshot_descriptions = 1; -
getSnapshotDescriptionsOrBuilderList
List<? extends SnapshotsService.SnapshotDescriptionOrBuilder> getSnapshotDescriptionsOrBuilderList()repeated .qdrant.SnapshotDescription snapshot_descriptions = 1; -
getSnapshotDescriptionsOrBuilder
repeated .qdrant.SnapshotDescription snapshot_descriptions = 1; -
getTime
double getTime()Time spent to process
double time = 2;- Returns:
- The time.
-