Interface BackupPlan.ScheduleOrBuilder (0.15.0)

public static interface BackupPlan.ScheduleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

The paused.