MetadataOptionsAcl

enum MetadataOptionsAcl : Enum<MetadataOptionsAcl> , ConvertibleToJava<MetadataOptionsAcl>

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.

Entries

Link copied to clipboard

ACL behavior is unspecified.

Link copied to clipboard

Use the destination bucket's default object ACLS, if applicable.

Link copied to clipboard

Preserve the object's original ACLs. This requires the service account to have storage.objects.getIamPolicy permission for the source object. Uniform bucket-level access must not be enabled on either the source or destination buckets.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: MetadataOptionsAcl
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): MetadataOptionsAcl
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.