public static interface AutomatedBackupPolicy.TimeBasedRetentionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRetentionPeriod()
public abstract Duration getRetentionPeriod()
The retention period.
.google.protobuf.Duration retention_period = 1;
Returns | |
---|---|
Type | Description |
Duration |
The retentionPeriod. |
getRetentionPeriodOrBuilder()
public abstract DurationOrBuilder getRetentionPeriodOrBuilder()
The retention period.
.google.protobuf.Duration retention_period = 1;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasRetentionPeriod()
public abstract boolean hasRetentionPeriod()
The retention period.
.google.protobuf.Duration retention_period = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the retentionPeriod field is set. |