Google Cloud Parallelstore V1beta Client - Class Uid (0.11.2)

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

The UID preservation behavior.

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

Namespace

Google \ Cloud \ Parallelstore \ V1beta \ TransferMetadataOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UID_UNSPECIFIED

Value: 0

default is UID_NUMBER_PRESERVE.

Generated from protobuf enum UID_UNSPECIFIED = 0;

UID_SKIP

Value: 1

Do not preserve UID during a transfer job.

Generated from protobuf enum UID_SKIP = 1;

UID_NUMBER_PRESERVE

Value: 2

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

Generated from protobuf enum UID_NUMBER_PRESERVE = 2;