public interface FinalBackupConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnabled()
public abstract boolean getEnabled()Whether the final backup is enabled for the instance.
optional bool enabled = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enabled. |
getRetentionDays()
public abstract int getRetentionDays()The number of days to retain the final backup after the instance deletion. The final backup will be purged at (time_of_instance_deletion + retention_days).
optional int32 retention_days = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The retentionDays. |
hasEnabled()
public abstract boolean hasEnabled()Whether the final backup is enabled for the instance.
optional bool enabled = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the enabled field is set. |
hasRetentionDays()
public abstract boolean hasRetentionDays()The number of days to retain the final backup after the instance deletion. The final backup will be purged at (time_of_instance_deletion + retention_days).
optional int32 retention_days = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the retentionDays field is set. |