cronSchedule property

  1. @TagNumber(1)
String get cronSchedule

A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan. If this is defined, then google.cloud.gkebackup.v1.BackupPlan.RetentionPolicy.backup_retain_days must also be defined.

Default (empty): no automatic backup creation will occur.

Implementation

@$pb.TagNumber(1)
$core.String get cronSchedule => $_getSZ(0);
  1. @TagNumber(1)
set cronSchedule (String v)

Implementation

@$pb.TagNumber(1)
set cronSchedule($core.String v) { $_setString(0, v); }