public enum Object.Retention.Mode extends Enum<Object.Retention.Mode> implements ProtocolMessageEnumRetention mode values.
Protobuf enum google.storage.v2.Object.Retention.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LOCKED |
Retention period might be increased. The Retention configuration cannot be removed. The mode cannot be changed. |
LOCKED_VALUE |
Retention period might be increased. The Retention configuration cannot be removed. The mode cannot be changed. |
MODE_UNSPECIFIED |
No specified mode. Object is not under retention. |
MODE_UNSPECIFIED_VALUE |
No specified mode. Object is not under retention. |
UNLOCKED |
Retention period might be decreased or increased. The Retention configuration might be removed. The mode might be changed to locked. |
UNLOCKED_VALUE |
Retention period might be decreased or increased. The Retention configuration might be removed. The mode might be changed to locked. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|