Interface Backup.StatsOrBuilder

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

public static interface Backup.StatsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Output only.
    long
    Output only.
    long
    Output only.

    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

    • getSizeBytes

      long getSizeBytes()
       Output only. Summation of the size of all documents and index entries in
       the backup, measured in bytes.
       
      int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The sizeBytes.
    • getDocumentCount

      long getDocumentCount()
       Output only. The total number of documents contained in the backup.
       
      int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The documentCount.
    • getIndexCount

      long getIndexCount()
       Output only. The total number of index entries contained in the backup.
       
      int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The indexCount.