Module: Google::Cloud::StorageBatchOperations::V1::ObjectRetention::RetentionMode

Defined in:
proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb

Overview

Describes the retention mode.

Constant Summary collapse

RETENTION_MODE_UNSPECIFIED =

If set and retain_until_time is empty, clears the retention.

0
LOCKED =

Sets the retention mode to locked.

1
UNLOCKED =

Sets the retention mode to unlocked.

2