podCount property

  1. @TagNumber(26)
int get podCount

Output only. The total number of Kubernetes Pods contained in the Backup.

Implementation

@$pb.TagNumber(26)
$core.int get podCount => $_getIZ(25);
  1. @TagNumber(26)
set podCount (int v)

Implementation

@$pb.TagNumber(26)
set podCount($core.int v) { $_setSignedInt32(25, v); }