backupPlan property

  1. @TagNumber.new(6)
String get backupPlan

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);
  1. @TagNumber.new(6)
set backupPlan (String v)

Implementation

@$pb.TagNumber(6)
set backupPlan($core.String v) {
  $_setString(5, v);
}