Interface Bucket.RetentionPolicyOrBuilder (2.5.1)

public static interface Bucket.RetentionPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEffectiveTime()

public abstract Timestamp getEffectiveTime()

Server-determined value that indicates the time from which policy was enforced and effective. This value is in https://tools.ietf.org/html/rfc3339 format.

.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. This value is in https://tools.ietf.org/html/rfc3339 format.

.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.

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;

Returns
Type Description
long

The retentionPeriod.

hasEffectiveTime()

public abstract boolean hasEffectiveTime()

Server-determined value that indicates the time from which policy was enforced and effective. This value is in https://tools.ietf.org/html/rfc3339 format.

.google.protobuf.Timestamp effective_time = 1;

Returns
Type Description
boolean

Whether the effectiveTime field is set.