public static interface BackupPlan.ScheduleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCronSchedule()
public abstract String getCronSchedule()
A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan. If this is defined, then backup_retain_days must also be defined. Default (empty): no automatic backup creation will occur.
string cron_schedule = 1;
Returns | |
---|---|
Type | Description |
String |
The cronSchedule. |
getCronScheduleBytes()
public abstract ByteString getCronScheduleBytes()
A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan. If this is defined, then backup_retain_days must also be defined. Default (empty): no automatic backup creation will occur.
string cron_schedule = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cronSchedule. |
getPaused()
public abstract boolean getPaused()
This flag denotes whether automatic Backup creation is paused for this BackupPlan. Default: False
bool paused = 2;
Returns | |
---|---|
Type | Description |
boolean |
The paused. |