Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class TimeBasedRetention.
A time based retention policy specifies that all backups within a certain time period should be retained.
Generated from protobuf message google.cloud.alloydb.v1.AutomatedBackupPolicy.TimeBasedRetention
Namespace
Google \ Cloud \ AlloyDb \ V1 \ AutomatedBackupPolicyMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ retention_period |
Google\Protobuf\Duration
The retention period. |
getRetentionPeriod
The retention period.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasRetentionPeriod
clearRetentionPeriod
setRetentionPeriod
The retention period.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |