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 Details

    • getSnapshotDescriptionsList

      List<SnapshotsService.SnapshotDescription> getSnapshotDescriptionsList()
      repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
    • getSnapshotDescriptions

      SnapshotsService.SnapshotDescription getSnapshotDescriptions(int index)
      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

      SnapshotsService.SnapshotDescriptionOrBuilder getSnapshotDescriptionsOrBuilder(int index)
      repeated .qdrant.SnapshotDescription snapshot_descriptions = 1;
    • getTime

      double getTime()
       Time spent to process
       
      double time = 2;
      Returns:
      The time.