public static interface Bucket.RetentionPolicyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEffectiveTime()
public abstract Timestamp getEffectiveTime()
Server-determined value that indicates the time from which policy was enforced and effective.
.google.protobuf.Timestamp effective_time = 1;
Type | Description |
Timestamp | The effectiveTime. |
getEffectiveTimeOrBuilder()
public abstract TimestampOrBuilder getEffectiveTimeOrBuilder()
Server-determined value that indicates the time from which policy was enforced and effective.
.google.protobuf.Timestamp effective_time = 1;
Type | Description |
TimestampOrBuilder |
getIsLocked()
public abstract boolean getIsLocked()
Once locked, an object retention policy cannot be modified.
bool is_locked = 2;
Type | Description |
boolean | The isLocked. |
getRetentionPeriod()
public abstract long getRetentionPeriod()
The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
int64 retention_period = 3;
Type | Description |
long | The retentionPeriod. |
hasEffectiveTime()
public abstract boolean hasEffectiveTime()
Server-determined value that indicates the time from which policy was enforced and effective.
.google.protobuf.Timestamp effective_time = 1;
Type | Description |
boolean | Whether the effectiveTime field is set. |