Interface SnapshotsService.CreateSnapshotResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SnapshotsService.CreateSnapshotResponse, SnapshotsService.CreateSnapshotResponse.Builder
Enclosing class:
SnapshotsService

public static interface SnapshotsService.CreateSnapshotResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .qdrant.SnapshotDescription snapshot_description = 1;
    .qdrant.SnapshotDescription snapshot_description = 1;
    double
    Time spent to process
    boolean
    .qdrant.SnapshotDescription snapshot_description = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasSnapshotDescription

      boolean hasSnapshotDescription()
      .qdrant.SnapshotDescription snapshot_description = 1;
      Returns:
      Whether the snapshotDescription field is set.
    • getSnapshotDescription

      SnapshotsService.SnapshotDescription getSnapshotDescription()
      .qdrant.SnapshotDescription snapshot_description = 1;
      Returns:
      The snapshotDescription.
    • getSnapshotDescriptionOrBuilder

      SnapshotsService.SnapshotDescriptionOrBuilder getSnapshotDescriptionOrBuilder()
      .qdrant.SnapshotDescription snapshot_description = 1;
    • getTime

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