Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class Uid.
The UID preservation behavior.
Protobuf type google.cloud.parallelstore.v1.TransferMetadataOptions.Uid
Namespace
Google \ Cloud \ Parallelstore \ V1 \ TransferMetadataOptionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UID_UNSPECIFIED
Value: 0default is UID_NUMBER_PRESERVE.
Generated from protobuf enum UID_UNSPECIFIED = 0;
UID_SKIP
Value: 1Do not preserve UID during a transfer job.
Generated from protobuf enum UID_SKIP = 1;
UID_NUMBER_PRESERVE
Value: 2Preserve UID that is in number format during a transfer job.
Generated from protobuf enum UID_NUMBER_PRESERVE = 2;