Google Cloud Storage Transfer V1 Client - Class Symlink (1.0.6)

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

Whether symlinks should be skipped or preserved during a transfer job.

Protobuf type google.storagetransfer.v1.MetadataOptions.Symlink

Methods

Parameter
NameDescription
value mixed
Parameter
NameDescription
name mixed

Constants

Value: 0

Symlink behavior is unspecified.

Generated from protobuf enum SYMLINK_UNSPECIFIED = 0;

Value: 1

Do not preserve symlinks during a transfer job.

Generated from protobuf enum SYMLINK_SKIP = 1;

Value: 2

Preserve symlinks during a transfer job.

Generated from protobuf enum SYMLINK_PRESERVE = 2;