- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.0.4
public static interface TransferTypes.MetadataOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAcl()
public abstract TransferTypes.MetadataOptions.Acl getAcl()
Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as ACL_DESTINATION_BUCKET_DEFAULT.
.google.storagetransfer.v1.MetadataOptions.Acl acl = 5;
Returns | |
---|---|
Type | Description |
TransferTypes.MetadataOptions.Acl |
The acl. |
getAclValue()
public abstract int getAclValue()
Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as ACL_DESTINATION_BUCKET_DEFAULT.
.google.storagetransfer.v1.MetadataOptions.Acl acl = 5;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for acl. |
getGid()
public abstract TransferTypes.MetadataOptions.GID getGid()
Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer. By default, GID is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.
.google.storagetransfer.v1.MetadataOptions.GID gid = 3;
Returns | |
---|---|
Type | Description |
TransferTypes.MetadataOptions.GID |
The gid. |
getGidValue()
public abstract int getGidValue()
Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer. By default, GID is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.
.google.storagetransfer.v1.MetadataOptions.GID gid = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for gid. |
getKmsKey()
public abstract TransferTypes.MetadataOptions.KmsKey getKmsKey()
Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as KMS_KEY_DESTINATION_BUCKET_DEFAULT.
.google.storagetransfer.v1.MetadataOptions.KmsKey kms_key = 8;
Returns | |
---|---|
Type | Description |
TransferTypes.MetadataOptions.KmsKey |
The kmsKey. |
getKmsKeyValue()
public abstract int getKmsKeyValue()
Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as KMS_KEY_DESTINATION_BUCKET_DEFAULT.
.google.storagetransfer.v1.MetadataOptions.KmsKey kms_key = 8;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for kmsKey. |
getMode()
public abstract TransferTypes.MetadataOptions.Mode getMode()
Specifies how each file's mode attribute should be handled by the transfer. By default, mode is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.
.google.storagetransfer.v1.MetadataOptions.Mode mode = 2;
Returns | |
---|---|
Type | Description |
TransferTypes.MetadataOptions.Mode |
The mode. |
getModeValue()
public abstract int getModeValue()
Specifies how each file's mode attribute should be handled by the transfer. By default, mode is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.
.google.storagetransfer.v1.MetadataOptions.Mode mode = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for mode. |
getStorageClass()
public abstract TransferTypes.MetadataOptions.StorageClass getStorageClass()
Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets. If unspecified, the default behavior is the same as STORAGE_CLASS_DESTINATION_BUCKET_DEFAULT.
.google.storagetransfer.v1.MetadataOptions.StorageClass storage_class = 6;
Returns | |
---|---|
Type | Description |
TransferTypes.MetadataOptions.StorageClass |
The storageClass. |
getStorageClassValue()
public abstract int getStorageClassValue()
Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets. If unspecified, the default behavior is the same as STORAGE_CLASS_DESTINATION_BUCKET_DEFAULT.
.google.storagetransfer.v1.MetadataOptions.StorageClass storage_class = 6;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for storageClass. |
getSymlink()
public abstract TransferTypes.MetadataOptions.Symlink getSymlink()
Specifies how symlinks should be handled by the transfer. By default, symlinks are not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.
.google.storagetransfer.v1.MetadataOptions.Symlink symlink = 1;
Returns | |
---|---|
Type | Description |
TransferTypes.MetadataOptions.Symlink |
The symlink. |
getSymlinkValue()
public abstract int getSymlinkValue()
Specifies how symlinks should be handled by the transfer. By default, symlinks are not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.
.google.storagetransfer.v1.MetadataOptions.Symlink symlink = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for symlink. |
getTemporaryHold()
public abstract TransferTypes.MetadataOptions.TemporaryHold getTemporaryHold()
Specifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as TEMPORARY_HOLD_PRESERVE.
.google.storagetransfer.v1.MetadataOptions.TemporaryHold temporary_hold = 7;
Returns | |
---|---|
Type | Description |
TransferTypes.MetadataOptions.TemporaryHold |
The temporaryHold. |
getTemporaryHoldValue()
public abstract int getTemporaryHoldValue()
Specifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as TEMPORARY_HOLD_PRESERVE.
.google.storagetransfer.v1.MetadataOptions.TemporaryHold temporary_hold = 7;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for temporaryHold. |
getTimeCreated()
public abstract TransferTypes.MetadataOptions.TimeCreated getTimeCreated()
Specifies how each object's timeCreated
metadata is preserved for
transfers between Google Cloud Storage buckets. If unspecified, the
default behavior is the same as
TIME_CREATED_SKIP.
.google.storagetransfer.v1.MetadataOptions.TimeCreated time_created = 9;
Returns | |
---|---|
Type | Description |
TransferTypes.MetadataOptions.TimeCreated |
The timeCreated. |
getTimeCreatedValue()
public abstract int getTimeCreatedValue()
Specifies how each object's timeCreated
metadata is preserved for
transfers between Google Cloud Storage buckets. If unspecified, the
default behavior is the same as
TIME_CREATED_SKIP.
.google.storagetransfer.v1.MetadataOptions.TimeCreated time_created = 9;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for timeCreated. |
getUid()
public abstract TransferTypes.MetadataOptions.UID getUid()
Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer. By default, UID is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.
.google.storagetransfer.v1.MetadataOptions.UID uid = 4;
Returns | |
---|---|
Type | Description |
TransferTypes.MetadataOptions.UID |
The uid. |
getUidValue()
public abstract int getUidValue()
Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer. By default, UID is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.
.google.storagetransfer.v1.MetadataOptions.UID uid = 4;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for uid. |