Google Cloud Storage Transfer V1 Client - Class GID (1.4.3)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class GID.

Options for handling file GID attribute.

Protobuf type google.storagetransfer.v1.MetadataOptions.GID

Namespace

Google \ Cloud \ StorageTransfer \ V1 \ MetadataOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GID_UNSPECIFIED

Value: 0

GID behavior is unspecified.

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

Value: 2

Preserve GID during a transfer job.

Generated from protobuf enum GID_NUMBER = 2;