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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getIsLocked()
public abstract boolean getIsLocked()
Once locked, an object retention policy cannot be modified.
bool is_locked = 2;
Returns | |
---|---|
Type | Description |
boolean |
The isLocked. |
getRetentionDuration()
public abstract Duration getRetentionDuration()
The duration 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. Any nanos
value specified will be
rounded down to the nearest second.
.google.protobuf.Duration retention_duration = 4;
Returns | |
---|---|
Type | Description |
Duration |
The retentionDuration. |
getRetentionDurationOrBuilder()
public abstract DurationOrBuilder getRetentionDurationOrBuilder()
The duration 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. Any nanos
value specified will be
rounded down to the nearest second.
.google.protobuf.Duration retention_duration = 4;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the effectiveTime field is set. |
hasRetentionDuration()
public abstract boolean hasRetentionDuration()
The duration 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. Any nanos
value specified will be
rounded down to the nearest second.
.google.protobuf.Duration retention_duration = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the retentionDuration field is set. |