backup property

  1. @TagNumber(6)
String get backup

Required. Immutable. A reference to the google.cloud.gkebackup.v1.Backup used as the source from which this Restore will restore. Note that this Backup must be a sub-resource of the RestorePlan's google.cloud.gkebackup.v1.RestorePlan.backup_plan. Format: projects/*/locations/*/backupPlans/*/backups/*.

Implementation

@$pb.TagNumber(6)
$core.String get backup => $_getSZ(5);
  1. @TagNumber(6)
set backup (String v)

Implementation

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