backupPlan property
Required. Immutable. A reference to the
google.cloud.gkebackup.v1.BackupPlan from which Backups may
be used as the source for Restores created via this RestorePlan. Format:
projects/*/locations/*/backupPlans/*.
Implementation
@$pb.TagNumber(6)
$core.String get backupPlan => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set backupPlan($core.String v) {
$_setString(5, v);
}