| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataOptions |
MetadataOptions.clone() |
MetadataOptions |
TransferOptions.getMetadataOptions()
Represents the selected metadata options for a transfer job.
|
MetadataOptions |
MetadataOptions.set(String fieldName,
Object value) |
MetadataOptions |
MetadataOptions.setAcl(String acl)
Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage
buckets.
|
MetadataOptions |
MetadataOptions.setGid(String gid)
Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer.
|
MetadataOptions |
MetadataOptions.setKmsKey(String kmsKey)
Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for
transfers between Google Cloud Storage buckets.
|
MetadataOptions |
MetadataOptions.setMode(String mode)
Specifies how each file's mode attribute should be handled by the transfer.
|
MetadataOptions |
MetadataOptions.setStorageClass(String storageClass)
Specifies the storage class to set on objects being transferred to Google Cloud Storage
buckets.
|
MetadataOptions |
MetadataOptions.setSymlink(String symlink)
Specifies how symlinks should be handled by the transfer.
|
MetadataOptions |
MetadataOptions.setTemporaryHold(String temporaryHold)
Specifies how each object's temporary hold status should be preserved for transfers between
Google Cloud Storage buckets.
|
MetadataOptions |
MetadataOptions.setTimeCreated(String timeCreated)
Specifies how each object's `timeCreated` metadata is preserved for transfers.
|
MetadataOptions |
MetadataOptions.setUid(String uid)
Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer.
|
| Modifier and Type | Method and Description |
|---|---|
TransferOptions |
TransferOptions.setMetadataOptions(MetadataOptions metadataOptions)
Represents the selected metadata options for a transfer job.
|
Copyright © 2011–2024 Google. All rights reserved.