resourcesExcludedCount property

  1. @TagNumber(14)
int resourcesExcludedCount

Output only. Number of resources excluded during the restore execution.

Implementation

@$pb.TagNumber(14)
$core.int get resourcesExcludedCount => $_getIZ(13);
  1. @TagNumber(14)
void resourcesExcludedCount=(int v)

Implementation

@$pb.TagNumber(14)
set resourcesExcludedCount($core.int v) { $_setSignedInt32(13, v); }