Google Cloud Parallelstore V1beta Client - Class TransferMetadataOptions (0.11.3)

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

Transfer metadata options for the instance.

Generated from protobuf message google.cloud.parallelstore.v1beta.TransferMetadataOptions

Namespace

Google \ Cloud \ Parallelstore \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ uid int

Optional. The UID preservation behavior.

↳ gid int

Optional. The GID preservation behavior.

↳ mode int

Optional. The mode preservation behavior.

getUid

Optional. The UID preservation behavior.

Returns
Type Description
int Enum of type Uid.

setUid

Optional. The UID preservation behavior.

Parameter
Name Description
var int

Enum of type Uid.

Returns
Type Description
$this

getGid

Optional. The GID preservation behavior.

Returns
Type Description
int Enum of type Gid.

setGid

Optional. The GID preservation behavior.

Parameter
Name Description
var int

Enum of type Gid.

Returns
Type Description
$this

getMode

Optional. The mode preservation behavior.

Returns
Type Description
int Enum of type Mode.

setMode

Optional. The mode preservation behavior.

Parameter
Name Description
var int

Enum of type Mode.

Returns
Type Description
$this