Interface Bucket.RetentionPolicyOrBuilder (2.19.0)

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.

.google.protobuf.Timestamp effective_time = 1;

Returns
TypeDescription
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
TypeDescription
TimestampOrBuilder

getIsLocked()

public abstract boolean getIsLocked()

Once locked, an object retention policy cannot be modified.

bool is_locked = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
DurationOrBuilder

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.

optional int64 retention_period = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the retentionDuration field is set.

hasRetentionPeriod()

public abstract boolean hasRetentionPeriod()

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.

optional int64 retention_period = 3;

Returns
TypeDescription
boolean

Whether the retentionPeriod field is set.