Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class HoldStatus.
Describes the status of the hold.
Protobuf type google.cloud.storagebatchoperations.v1.PutObjectHold.HoldStatus
Namespace
Google \ Cloud \ StorageBatchOperations \ V1 \ PutObjectHoldMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
HOLD_STATUS_UNSPECIFIED
Value: 0Default value, Object hold status will not be changed.
Generated from protobuf enum HOLD_STATUS_UNSPECIFIED = 0;
SET
Value: 1Places the hold.
Generated from protobuf enum SET = 1;
PBUNSET
Value: 2Releases the hold.
Generated from protobuf enum UNSET = 2;