volumesRestoredCount property

  1. @TagNumber.new(16)
int get volumesRestoredCount

Output only. Number of volumes restored during the restore execution.

Implementation

@$pb.TagNumber(16)
$core.int get volumesRestoredCount => $_getIZ(15);
  1. @TagNumber.new(16)
set volumesRestoredCount (int v)

Implementation

@$pb.TagNumber(16)
set volumesRestoredCount($core.int v) {
  $_setSignedInt32(15, v);
}