public enum PutObjectHold.HoldStatus extends Enum<PutObjectHold.HoldStatus> implements ProtocolMessageEnum
Describes the status of the hold.
Protobuf enum google.cloud.storagebatchoperations.v1.PutObjectHold.HoldStatus
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HOLD_STATUS_UNSPECIFIED |
Default value, Object hold status will not be changed. |
HOLD_STATUS_UNSPECIFIED_VALUE |
Default value, Object hold status will not be changed. |
SET |
Places the hold. |
SET_VALUE |
Places the hold. |
UNRECOGNIZED |
|
UNSET |
Releases the hold. |
UNSET_VALUE |
Releases the hold. |
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() |