public enum TransferTypes.MetadataOptions.Acl extends Enum<TransferTypes.MetadataOptions.Acl> implements ProtocolMessageEnum
Options for handling Cloud Storage object ACLs.
Protobuf enum google.storagetransfer.v1.MetadataOptions.Acl
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACL_DESTINATION_BUCKET_DEFAULT |
Use the destination bucket's default object ACLS, if applicable. |
ACL_DESTINATION_BUCKET_DEFAULT_VALUE |
Use the destination bucket's default object ACLS, if applicable. |
ACL_PRESERVE |
Preserve the object's original ACLs. This requires the service account
to have |
ACL_PRESERVE_VALUE |
Preserve the object's original ACLs. This requires the service account
to have |
ACL_UNSPECIFIED |
ACL behavior is unspecified. |
ACL_UNSPECIFIED_VALUE |
ACL behavior is unspecified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |