TransferJobReplicationSpecTransferOptionsMetadataOptions

data class TransferJobReplicationSpecTransferOptionsMetadataOptions(val acl: String? = null, val gid: String? = null, val kmsKey: String? = null, val mode: String? = null, val storageClass: String? = null, val symlink: String? = null, val temporaryHold: String? = null, val timeCreated: String? = null, val uid: String? = null)

Constructors

constructor(acl: String? = null, gid: String? = null, kmsKey: String? = null, mode: String? = null, storageClass: String? = null, symlink: String? = null, temporaryHold: String? = null, timeCreated: String? = null, uid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acl: String? = null

Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets

Link copied to clipboard
val gid: String? = null

Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer.

Link copied to clipboard
val kmsKey: String? = null

Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets

Link copied to clipboard
val mode: String? = null

Specifies how each file's mode attribute should be handled by the transfer.

Link copied to clipboard
val storageClass: String? = null

Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets

Link copied to clipboard
val symlink: String? = null

Specifies how symlinks should be handled by the transfer.

Link copied to clipboard
val temporaryHold: String? = null

SSpecifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets

Link copied to clipboard
val timeCreated: String? = null

Specifies how each object's timeCreated metadata is preserved for transfers.

Link copied to clipboard
val uid: String? = null

Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer.