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