configBackupSizeBytes property

  1. @TagNumber.new(27)
Int64 get configBackupSizeBytes

Output only. The size of the config backup in bytes.

Implementation

@$pb.TagNumber(27)
$fixnum.Int64 get configBackupSizeBytes => $_getI64(26);
  1. @TagNumber.new(27)
set configBackupSizeBytes (Int64 v)

Implementation

@$pb.TagNumber(27)
set configBackupSizeBytes($fixnum.Int64 v) {
  $_setInt64(26, v);
}