public interface BackupRuleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackupRetentionDays()
public abstract int getBackupRetentionDays()
Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault.
Minimum value is 1 and maximum value is 90 for hourly backups. Minimum value is 1 and maximum value is 90 for daily backups. Minimum value is 7 and maximum value is 186 for weekly backups. Minimum value is 30 and maximum value is 732 for monthly backups. Minimum value is 365 and maximum value is 36159 for yearly backups.
int32 backup_retention_days = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The backupRetentionDays. |
getBackupScheduleOneofCase()
public abstract BackupRule.BackupScheduleOneofCase getBackupScheduleOneofCase()
Returns | |
---|---|
Type | Description |
BackupRule.BackupScheduleOneofCase |
getRuleId()
public abstract String getRuleId()
Required. Immutable. The unique id of this BackupRule
. The rule_id
is
unique per BackupPlan
.The rule_id
must start with a lowercase letter
followed by up to 62 lowercase letters, numbers, or hyphens. Pattern,
/a-z{,62}/.
string rule_id = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The ruleId. |
getRuleIdBytes()
public abstract ByteString getRuleIdBytes()
Required. Immutable. The unique id of this BackupRule
. The rule_id
is
unique per BackupPlan
.The rule_id
must start with a lowercase letter
followed by up to 62 lowercase letters, numbers, or hyphens. Pattern,
/a-z{,62}/.
string rule_id = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ruleId. |
getStandardSchedule()
public abstract StandardSchedule getStandardSchedule()
Required. Defines a schedule that runs within the confines of a defined window of time.
.google.cloud.backupdr.v1.StandardSchedule standard_schedule = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
StandardSchedule |
The standardSchedule. |
getStandardScheduleOrBuilder()
public abstract StandardScheduleOrBuilder getStandardScheduleOrBuilder()
Required. Defines a schedule that runs within the confines of a defined window of time.
.google.cloud.backupdr.v1.StandardSchedule standard_schedule = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
StandardScheduleOrBuilder |
hasStandardSchedule()
public abstract boolean hasStandardSchedule()
Required. Defines a schedule that runs within the confines of a defined window of time.
.google.cloud.backupdr.v1.StandardSchedule standard_schedule = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the standardSchedule field is set. |