volumeCount property

  1. @TagNumber(22)
int get volumeCount

Output only. The total number of volume backups contained in the Backup.

Implementation

@$pb.TagNumber(22)
$core.int get volumeCount => $_getIZ(21);
  1. @TagNumber(22)
set volumeCount (int v)

Implementation

@$pb.TagNumber(22)
set volumeCount($core.int v) { $_setSignedInt32(21, v); }