Google Cloud Parallelstore V1beta Client - Class Gid (0.11.2)

Reference documentation and code samples for the Google Cloud Parallelstore V1beta Client class Gid.

The GID preservation behavior.

Protobuf type google.cloud.parallelstore.v1beta.TransferMetadataOptions.Gid

Namespace

Google \ Cloud \ Parallelstore \ V1beta \ TransferMetadataOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GID_UNSPECIFIED

Value: 0

default is GID_NUMBER_PRESERVE.

Generated from protobuf enum GID_UNSPECIFIED = 0;

GID_SKIP

Value: 1

Do not preserve GID during a transfer job.

Generated from protobuf enum GID_SKIP = 1;

GID_NUMBER_PRESERVE

Value: 2

Preserve GID that is in number format during a transfer job.

Generated from protobuf enum GID_NUMBER_PRESERVE = 2;