protectedPodCount property

  1. @TagNumber(13)
int protectedPodCount

Output only. The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.

Implementation

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

Implementation

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