Cloud Storage JSON API . buckets

Instance Methods

close()

Close httplib2 connections.

delete(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None, userProject=None)

Permanently deletes an empty bucket.

get(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None, projection=None, userProject=None)

Returns metadata for the specified bucket.

getIamPolicy(bucket, optionsRequestedPolicyVersion=None, userProject=None)

Returns an IAM policy for the specified bucket.

insert(project, body=None, enableObjectRetention=None, predefinedAcl=None, predefinedDefaultObjectAcl=None, projection=None, userProject=None)

Creates a new bucket.

list(project, maxResults=None, pageToken=None, prefix=None, projection=None, userProject=None)

Retrieves a list of buckets for a given project.

list_next()

Retrieves the next page of results.

lockRetentionPolicy(bucket, ifMetagenerationMatch, userProject=None)

Locks retention policy on a bucket.

patch(bucket, body=None, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None, predefinedAcl=None, predefinedDefaultObjectAcl=None, projection=None, userProject=None)

Patches a bucket. Changes to the bucket will be readable immediately after writing, but configuration changes may take time to propagate.

setIamPolicy(bucket, body=None, userProject=None)

Updates an IAM policy for the specified bucket.

testIamPermissions(bucket, permissions, userProject=None)

Tests a set of permissions on the given bucket to see which, if any, are held by the caller.

update(bucket, body=None, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None, predefinedAcl=None, predefinedDefaultObjectAcl=None, projection=None, userProject=None)

Updates a bucket. Changes to the bucket will be readable immediately after writing, but configuration changes may take time to propagate.

Method Details

close()
Close httplib2 connections.
delete(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None, userProject=None)
Permanently deletes an empty bucket.

Args:
  bucket: string, Name of a bucket. (required)
  ifMetagenerationMatch: string, If set, only deletes the bucket if its metageneration matches this value.
  ifMetagenerationNotMatch: string, If set, only deletes the bucket if its metageneration does not match this value.
  userProject: string, The project to be billed for this request. Required for Requester Pays buckets.
get(bucket, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None, projection=None, userProject=None)
Returns metadata for the specified bucket.

Args:
  bucket: string, Name of a bucket. (required)
  ifMetagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the bucket's current metageneration matches the given value.
  ifMetagenerationNotMatch: string, Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.
  projection: string, Set of properties to return. Defaults to noAcl.
    Allowed values
      full - Include all properties.
      noAcl - Omit owner, acl and defaultObjectAcl properties.
  userProject: string, The project to be billed for this request. Required for Requester Pays buckets.

Returns:
  An object of the form:

    { # A bucket.
  "acl": [ # Access controls on the bucket.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "autoclass": { # The bucket's Autoclass configuration.
    "enabled": True or False, # Whether or not Autoclass is enabled on this bucket
    "terminalStorageClass": "A String", # The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
    "terminalStorageClassUpdateTime": "A String", # A date and time in RFC 3339 format representing the time of the most recent update to "terminalStorageClass".
    "toggleTime": "A String", # A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
  },
  "billing": { # The bucket's billing configuration.
    "requesterPays": True or False, # When set to true, Requester Pays is enabled for this bucket.
  },
  "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
    {
      "maxAgeSeconds": 42, # The value, in seconds, to return in the  Access-Control-Max-Age header used in preflight responses.
      "method": [ # The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
        "A String",
      ],
      "origin": [ # The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
        "A String",
      ],
      "responseHeader": [ # The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
        "A String",
      ],
    },
  ],
  "customPlacementConfig": { # The bucket's custom placement configuration for Custom Dual Regions.
    "dataLocations": [ # The list of regional locations in which data is placed.
      "A String",
    ],
  },
  "defaultEventBasedHold": True or False, # The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
  "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "generation": "A String", # The content generation of the object, if applied to an object.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
      "object": "A String", # The name of the object, if applied to an object.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "encryption": { # Encryption configuration for a bucket.
    "defaultKmsKeyName": "A String", # A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
  },
  "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
  "hierarchicalNamespace": { # The bucket's hierarchical namespace configuration.
    "enabled": True or False, # When set to true, hierarchical namespace is enabled for this bucket.
  },
  "iamConfiguration": { # The bucket's IAM configuration.
    "bucketPolicyOnly": { # The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
    "publicAccessPrevention": "A String", # The bucket's Public Access Prevention configuration. Currently, 'inherited' and 'enforced' are supported.
    "uniformBucketLevelAccess": { # The bucket's uniform bucket-level access configuration.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339  format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
  },
  "id": "A String", # The ID of the bucket. For buckets, the id and name properties are the same.
  "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
  "labels": { # User-provided labels, in key/value pairs.
    "a_key": "A String", # An individual label entry.
  },
  "lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more information.
    "rule": [ # A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
      {
        "action": { # The action to take.
          "storageClass": "A String", # Target storage class. Required iff the type of the action is SetStorageClass.
          "type": "A String", # Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.
        },
        "condition": { # The condition(s) under which the action will be taken.
          "age": 42, # Age of an object (in days). This condition is satisfied when an object reaches the specified age.
          "createdBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC.
          "customTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.
          "daysSinceCustomTime": 42, # Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.
          "daysSinceNoncurrentTime": 42, # Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
          "isLive": True or False, # Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.
          "matchesPattern": "A String", # A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.
          "matchesPrefix": [ # List of object name prefixes. This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.
            "A String",
          ],
          "matchesStorageClass": [ # Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.
            "A String",
          ],
          "matchesSuffix": [ # List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.
            "A String",
          ],
          "noncurrentTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects.
          "numNewerVersions": 42, # Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
        },
      },
    ],
  },
  "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.
  "locationType": "A String", # The type of the bucket location.
  "logging": { # The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
    "logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
    "logObjectPrefix": "A String", # A prefix for log object names.
  },
  "metageneration": "A String", # The metadata generation of this bucket.
  "name": "A String", # The name of the bucket.
  "objectRetention": { # The bucket's object retention config.
    "mode": "A String", # The bucket's object retention mode. Can be Enabled.
  },
  "owner": { # The owner of the bucket. This is always the project team's owner group.
    "entity": "A String", # The entity, in the form project-owner-projectId.
    "entityId": "A String", # The ID for the entity.
  },
  "projectNumber": "A String", # The project number of the project the bucket belongs to.
  "retentionPolicy": { # The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.
    "isLocked": True or False, # Once locked, an object retention policy cannot be modified.
    "retentionPeriod": "A String", # The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
  },
  "rpo": "A String", # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
  "satisfiesPZS": True or False, # Reserved for future use.
  "selfLink": "A String", # The URI of this bucket.
  "softDeletePolicy": { # The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
    "retentionDurationSeconds": "A String", # The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.
  },
  "storageClass": "A String", # The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.
  "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
  "updated": "A String", # The modification time of the bucket in RFC 3339 format.
  "versioning": { # The bucket's versioning configuration.
    "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
  },
  "website": { # The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
    "mainPageSuffix": "A String", # If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages.
    "notFoundPage": "A String", # If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.
  },
}
getIamPolicy(bucket, optionsRequestedPolicyVersion=None, userProject=None)
Returns an IAM policy for the specified bucket.

Args:
  bucket: string, Name of a bucket. (required)
  optionsRequestedPolicyVersion: integer, The IAM policy format version to be returned. If the optionsRequestedPolicyVersion is for an older version that doesn't support part of the requested IAM policy, the request fails.
  userProject: string, The project to be billed for this request. Required for Requester Pays buckets.

Returns:
  An object of the form:

    { # A bucket/object/managedFolder IAM policy.
  "bindings": [ # An association between a role, which comes with a set of permissions, and members who may assume that role.
    {
      "condition": { # Represents an expression text. Example: title: "User account presence" description: "Determines whether the request has a user account" expression: "size(request.user) > 0" # The condition that is associated with this binding. NOTE: an unsatisfied condition will not allow user access via current binding. Different bindings, including their conditions, are examined independently.
        "description": "A String", # An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
        "expression": "A String", # Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
        "location": "A String", # An optional string indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
        "title": "A String", # An optional title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
      },
      "members": [ # A collection of identifiers for members who may assume the provided role. Recognized identifiers are as follows:
          # - allUsers — A special identifier that represents anyone on the internet; with or without a Google account.
          # - allAuthenticatedUsers — A special identifier that represents anyone who is authenticated with a Google account or a service account.
          # - user:emailid — An email address that represents a specific account. For example, user:alice@gmail.com or user:joe@example.com.
          # - serviceAccount:emailid — An email address that represents a service account. For example,  serviceAccount:my-other-app@appspot.gserviceaccount.com .
          # - group:emailid — An email address that represents a Google group. For example, group:admins@example.com.
          # - domain:domain — A Google Apps domain name that represents all the users of that domain. For example, domain:google.com or domain:example.com.
          # - projectOwner:projectid — Owners of the given project. For example, projectOwner:my-example-project
          # - projectEditor:projectid — Editors of the given project. For example, projectEditor:my-example-project
          # - projectViewer:projectid — Viewers of the given project. For example, projectViewer:my-example-project
        "A String",
      ],
      "role": "A String", # The role to which members belong. Two types of roles are supported: new IAM roles, which grant permissions that do not map directly to those provided by ACLs, and legacy IAM roles, which do map directly to ACL permissions. All roles are of the format roles/storage.specificRole.
          # The new IAM roles are:
          # - roles/storage.admin — Full control of Google Cloud Storage resources.
          # - roles/storage.objectViewer — Read-Only access to Google Cloud Storage objects.
          # - roles/storage.objectCreator — Access to create objects in Google Cloud Storage.
          # - roles/storage.objectAdmin — Full control of Google Cloud Storage objects.   The legacy IAM roles are:
          # - roles/storage.legacyObjectReader — Read-only access to objects without listing. Equivalent to an ACL entry on an object with the READER role.
          # - roles/storage.legacyObjectOwner — Read/write access to existing objects without listing. Equivalent to an ACL entry on an object with the OWNER role.
          # - roles/storage.legacyBucketReader — Read access to buckets with object listing. Equivalent to an ACL entry on a bucket with the READER role.
          # - roles/storage.legacyBucketWriter — Read access to buckets with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the WRITER role.
          # - roles/storage.legacyBucketOwner — Read and write access to existing buckets with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the OWNER role.
    },
  ],
  "etag": "A String", # HTTP 1.1  Entity tag for the policy.
  "kind": "storage#policy", # The kind of item this is. For policies, this is always storage#policy. This field is ignored on input.
  "resourceId": "A String", # The ID of the resource to which this policy belongs. Will be of the form projects/_/buckets/bucket for buckets, projects/_/buckets/bucket/objects/object for objects, and projects/_/buckets/bucket/managedFolders/managedFolder. A specific generation may be specified by appending #generationNumber to the end of the object name, e.g. projects/_/buckets/my-bucket/objects/data.txt#17. The current generation can be denoted with #0. This field is ignored on input.
  "version": 42, # The IAM policy format version.
}
insert(project, body=None, enableObjectRetention=None, predefinedAcl=None, predefinedDefaultObjectAcl=None, projection=None, userProject=None)
Creates a new bucket.

Args:
  project: string, A valid API project identifier. (required)
  body: object, The request body.
    The object takes the form of:

{ # A bucket.
  "acl": [ # Access controls on the bucket.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "autoclass": { # The bucket's Autoclass configuration.
    "enabled": True or False, # Whether or not Autoclass is enabled on this bucket
    "terminalStorageClass": "A String", # The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
    "terminalStorageClassUpdateTime": "A String", # A date and time in RFC 3339 format representing the time of the most recent update to "terminalStorageClass".
    "toggleTime": "A String", # A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
  },
  "billing": { # The bucket's billing configuration.
    "requesterPays": True or False, # When set to true, Requester Pays is enabled for this bucket.
  },
  "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
    {
      "maxAgeSeconds": 42, # The value, in seconds, to return in the  Access-Control-Max-Age header used in preflight responses.
      "method": [ # The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
        "A String",
      ],
      "origin": [ # The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
        "A String",
      ],
      "responseHeader": [ # The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
        "A String",
      ],
    },
  ],
  "customPlacementConfig": { # The bucket's custom placement configuration for Custom Dual Regions.
    "dataLocations": [ # The list of regional locations in which data is placed.
      "A String",
    ],
  },
  "defaultEventBasedHold": True or False, # The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
  "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "generation": "A String", # The content generation of the object, if applied to an object.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
      "object": "A String", # The name of the object, if applied to an object.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "encryption": { # Encryption configuration for a bucket.
    "defaultKmsKeyName": "A String", # A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
  },
  "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
  "hierarchicalNamespace": { # The bucket's hierarchical namespace configuration.
    "enabled": True or False, # When set to true, hierarchical namespace is enabled for this bucket.
  },
  "iamConfiguration": { # The bucket's IAM configuration.
    "bucketPolicyOnly": { # The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
    "publicAccessPrevention": "A String", # The bucket's Public Access Prevention configuration. Currently, 'inherited' and 'enforced' are supported.
    "uniformBucketLevelAccess": { # The bucket's uniform bucket-level access configuration.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339  format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
  },
  "id": "A String", # The ID of the bucket. For buckets, the id and name properties are the same.
  "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
  "labels": { # User-provided labels, in key/value pairs.
    "a_key": "A String", # An individual label entry.
  },
  "lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more information.
    "rule": [ # A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
      {
        "action": { # The action to take.
          "storageClass": "A String", # Target storage class. Required iff the type of the action is SetStorageClass.
          "type": "A String", # Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.
        },
        "condition": { # The condition(s) under which the action will be taken.
          "age": 42, # Age of an object (in days). This condition is satisfied when an object reaches the specified age.
          "createdBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC.
          "customTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.
          "daysSinceCustomTime": 42, # Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.
          "daysSinceNoncurrentTime": 42, # Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
          "isLive": True or False, # Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.
          "matchesPattern": "A String", # A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.
          "matchesPrefix": [ # List of object name prefixes. This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.
            "A String",
          ],
          "matchesStorageClass": [ # Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.
            "A String",
          ],
          "matchesSuffix": [ # List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.
            "A String",
          ],
          "noncurrentTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects.
          "numNewerVersions": 42, # Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
        },
      },
    ],
  },
  "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.
  "locationType": "A String", # The type of the bucket location.
  "logging": { # The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
    "logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
    "logObjectPrefix": "A String", # A prefix for log object names.
  },
  "metageneration": "A String", # The metadata generation of this bucket.
  "name": "A String", # The name of the bucket.
  "objectRetention": { # The bucket's object retention config.
    "mode": "A String", # The bucket's object retention mode. Can be Enabled.
  },
  "owner": { # The owner of the bucket. This is always the project team's owner group.
    "entity": "A String", # The entity, in the form project-owner-projectId.
    "entityId": "A String", # The ID for the entity.
  },
  "projectNumber": "A String", # The project number of the project the bucket belongs to.
  "retentionPolicy": { # The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.
    "isLocked": True or False, # Once locked, an object retention policy cannot be modified.
    "retentionPeriod": "A String", # The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
  },
  "rpo": "A String", # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
  "satisfiesPZS": True or False, # Reserved for future use.
  "selfLink": "A String", # The URI of this bucket.
  "softDeletePolicy": { # The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
    "retentionDurationSeconds": "A String", # The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.
  },
  "storageClass": "A String", # The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.
  "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
  "updated": "A String", # The modification time of the bucket in RFC 3339 format.
  "versioning": { # The bucket's versioning configuration.
    "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
  },
  "website": { # The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
    "mainPageSuffix": "A String", # If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages.
    "notFoundPage": "A String", # If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.
  },
}

  enableObjectRetention: boolean, When set to true, object retention is enabled for this bucket.
  predefinedAcl: string, Apply a predefined set of access controls to this bucket.
    Allowed values
      authenticatedRead - Project team owners get OWNER access, and allAuthenticatedUsers get READER access.
      private - Project team owners get OWNER access.
      projectPrivate - Project team members get access according to their roles.
      publicRead - Project team owners get OWNER access, and allUsers get READER access.
      publicReadWrite - Project team owners get OWNER access, and allUsers get WRITER access.
  predefinedDefaultObjectAcl: string, Apply a predefined set of default object access controls to this bucket.
    Allowed values
      authenticatedRead - Object owner gets OWNER access, and allAuthenticatedUsers get READER access.
      bucketOwnerFullControl - Object owner gets OWNER access, and project team owners get OWNER access.
      bucketOwnerRead - Object owner gets OWNER access, and project team owners get READER access.
      private - Object owner gets OWNER access.
      projectPrivate - Object owner gets OWNER access, and project team members get access according to their roles.
      publicRead - Object owner gets OWNER access, and allUsers get READER access.
  projection: string, Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
    Allowed values
      full - Include all properties.
      noAcl - Omit owner, acl and defaultObjectAcl properties.
  userProject: string, The project to be billed for this request.

Returns:
  An object of the form:

    { # A bucket.
  "acl": [ # Access controls on the bucket.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "autoclass": { # The bucket's Autoclass configuration.
    "enabled": True or False, # Whether or not Autoclass is enabled on this bucket
    "terminalStorageClass": "A String", # The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
    "terminalStorageClassUpdateTime": "A String", # A date and time in RFC 3339 format representing the time of the most recent update to "terminalStorageClass".
    "toggleTime": "A String", # A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
  },
  "billing": { # The bucket's billing configuration.
    "requesterPays": True or False, # When set to true, Requester Pays is enabled for this bucket.
  },
  "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
    {
      "maxAgeSeconds": 42, # The value, in seconds, to return in the  Access-Control-Max-Age header used in preflight responses.
      "method": [ # The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
        "A String",
      ],
      "origin": [ # The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
        "A String",
      ],
      "responseHeader": [ # The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
        "A String",
      ],
    },
  ],
  "customPlacementConfig": { # The bucket's custom placement configuration for Custom Dual Regions.
    "dataLocations": [ # The list of regional locations in which data is placed.
      "A String",
    ],
  },
  "defaultEventBasedHold": True or False, # The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
  "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "generation": "A String", # The content generation of the object, if applied to an object.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
      "object": "A String", # The name of the object, if applied to an object.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "encryption": { # Encryption configuration for a bucket.
    "defaultKmsKeyName": "A String", # A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
  },
  "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
  "hierarchicalNamespace": { # The bucket's hierarchical namespace configuration.
    "enabled": True or False, # When set to true, hierarchical namespace is enabled for this bucket.
  },
  "iamConfiguration": { # The bucket's IAM configuration.
    "bucketPolicyOnly": { # The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
    "publicAccessPrevention": "A String", # The bucket's Public Access Prevention configuration. Currently, 'inherited' and 'enforced' are supported.
    "uniformBucketLevelAccess": { # The bucket's uniform bucket-level access configuration.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339  format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
  },
  "id": "A String", # The ID of the bucket. For buckets, the id and name properties are the same.
  "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
  "labels": { # User-provided labels, in key/value pairs.
    "a_key": "A String", # An individual label entry.
  },
  "lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more information.
    "rule": [ # A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
      {
        "action": { # The action to take.
          "storageClass": "A String", # Target storage class. Required iff the type of the action is SetStorageClass.
          "type": "A String", # Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.
        },
        "condition": { # The condition(s) under which the action will be taken.
          "age": 42, # Age of an object (in days). This condition is satisfied when an object reaches the specified age.
          "createdBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC.
          "customTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.
          "daysSinceCustomTime": 42, # Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.
          "daysSinceNoncurrentTime": 42, # Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
          "isLive": True or False, # Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.
          "matchesPattern": "A String", # A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.
          "matchesPrefix": [ # List of object name prefixes. This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.
            "A String",
          ],
          "matchesStorageClass": [ # Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.
            "A String",
          ],
          "matchesSuffix": [ # List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.
            "A String",
          ],
          "noncurrentTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects.
          "numNewerVersions": 42, # Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
        },
      },
    ],
  },
  "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.
  "locationType": "A String", # The type of the bucket location.
  "logging": { # The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
    "logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
    "logObjectPrefix": "A String", # A prefix for log object names.
  },
  "metageneration": "A String", # The metadata generation of this bucket.
  "name": "A String", # The name of the bucket.
  "objectRetention": { # The bucket's object retention config.
    "mode": "A String", # The bucket's object retention mode. Can be Enabled.
  },
  "owner": { # The owner of the bucket. This is always the project team's owner group.
    "entity": "A String", # The entity, in the form project-owner-projectId.
    "entityId": "A String", # The ID for the entity.
  },
  "projectNumber": "A String", # The project number of the project the bucket belongs to.
  "retentionPolicy": { # The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.
    "isLocked": True or False, # Once locked, an object retention policy cannot be modified.
    "retentionPeriod": "A String", # The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
  },
  "rpo": "A String", # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
  "satisfiesPZS": True or False, # Reserved for future use.
  "selfLink": "A String", # The URI of this bucket.
  "softDeletePolicy": { # The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
    "retentionDurationSeconds": "A String", # The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.
  },
  "storageClass": "A String", # The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.
  "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
  "updated": "A String", # The modification time of the bucket in RFC 3339 format.
  "versioning": { # The bucket's versioning configuration.
    "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
  },
  "website": { # The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
    "mainPageSuffix": "A String", # If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages.
    "notFoundPage": "A String", # If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.
  },
}
list(project, maxResults=None, pageToken=None, prefix=None, projection=None, userProject=None)
Retrieves a list of buckets for a given project.

Args:
  project: string, A valid API project identifier. (required)
  maxResults: integer, Maximum number of buckets to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
  pageToken: string, A previously-returned page token representing part of the larger set of results to view.
  prefix: string, Filter results to buckets whose names begin with this prefix.
  projection: string, Set of properties to return. Defaults to noAcl.
    Allowed values
      full - Include all properties.
      noAcl - Omit owner, acl and defaultObjectAcl properties.
  userProject: string, The project to be billed for this request.

Returns:
  An object of the form:

    { # A list of buckets.
  "items": [ # The list of items.
    { # A bucket.
      "acl": [ # Access controls on the bucket.
        { # An access-control entry.
          "bucket": "A String", # The name of the bucket.
          "domain": "A String", # The domain associated with the entity, if any.
          "email": "A String", # The email address associated with the entity, if any.
          "entity": "A String", # The entity holding the permission, in one of the following forms:
              # - user-userId
              # - user-email
              # - group-groupId
              # - group-email
              # - domain-domain
              # - project-team-projectId
              # - allUsers
              # - allAuthenticatedUsers Examples:
              # - The user liz@example.com would be user-liz@example.com.
              # - The group example@googlegroups.com would be group-example@googlegroups.com.
              # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
          "entityId": "A String", # The ID for the entity, if any.
          "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
          "id": "A String", # The ID of the access-control entry.
          "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
          "projectTeam": { # The project team associated with the entity, if any.
            "projectNumber": "A String", # The project number.
            "team": "A String", # The team.
          },
          "role": "A String", # The access permission for the entity.
          "selfLink": "A String", # The link to this access-control entry.
        },
      ],
      "autoclass": { # The bucket's Autoclass configuration.
        "enabled": True or False, # Whether or not Autoclass is enabled on this bucket
        "terminalStorageClass": "A String", # The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
        "terminalStorageClassUpdateTime": "A String", # A date and time in RFC 3339 format representing the time of the most recent update to "terminalStorageClass".
        "toggleTime": "A String", # A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
      },
      "billing": { # The bucket's billing configuration.
        "requesterPays": True or False, # When set to true, Requester Pays is enabled for this bucket.
      },
      "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
        {
          "maxAgeSeconds": 42, # The value, in seconds, to return in the  Access-Control-Max-Age header used in preflight responses.
          "method": [ # The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
            "A String",
          ],
          "origin": [ # The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
            "A String",
          ],
          "responseHeader": [ # The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
            "A String",
          ],
        },
      ],
      "customPlacementConfig": { # The bucket's custom placement configuration for Custom Dual Regions.
        "dataLocations": [ # The list of regional locations in which data is placed.
          "A String",
        ],
      },
      "defaultEventBasedHold": True or False, # The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
      "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
        { # An access-control entry.
          "bucket": "A String", # The name of the bucket.
          "domain": "A String", # The domain associated with the entity, if any.
          "email": "A String", # The email address associated with the entity, if any.
          "entity": "A String", # The entity holding the permission, in one of the following forms:
              # - user-userId
              # - user-email
              # - group-groupId
              # - group-email
              # - domain-domain
              # - project-team-projectId
              # - allUsers
              # - allAuthenticatedUsers Examples:
              # - The user liz@example.com would be user-liz@example.com.
              # - The group example@googlegroups.com would be group-example@googlegroups.com.
              # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
          "entityId": "A String", # The ID for the entity, if any.
          "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
          "generation": "A String", # The content generation of the object, if applied to an object.
          "id": "A String", # The ID of the access-control entry.
          "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
          "object": "A String", # The name of the object, if applied to an object.
          "projectTeam": { # The project team associated with the entity, if any.
            "projectNumber": "A String", # The project number.
            "team": "A String", # The team.
          },
          "role": "A String", # The access permission for the entity.
          "selfLink": "A String", # The link to this access-control entry.
        },
      ],
      "encryption": { # Encryption configuration for a bucket.
        "defaultKmsKeyName": "A String", # A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
      },
      "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
      "hierarchicalNamespace": { # The bucket's hierarchical namespace configuration.
        "enabled": True or False, # When set to true, hierarchical namespace is enabled for this bucket.
      },
      "iamConfiguration": { # The bucket's IAM configuration.
        "bucketPolicyOnly": { # The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
          "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
          "lockedTime": "A String", # The deadline for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable.
        },
        "publicAccessPrevention": "A String", # The bucket's Public Access Prevention configuration. Currently, 'inherited' and 'enforced' are supported.
        "uniformBucketLevelAccess": { # The bucket's uniform bucket-level access configuration.
          "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
          "lockedTime": "A String", # The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339  format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
        },
      },
      "id": "A String", # The ID of the bucket. For buckets, the id and name properties are the same.
      "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
      "labels": { # User-provided labels, in key/value pairs.
        "a_key": "A String", # An individual label entry.
      },
      "lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more information.
        "rule": [ # A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
          {
            "action": { # The action to take.
              "storageClass": "A String", # Target storage class. Required iff the type of the action is SetStorageClass.
              "type": "A String", # Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.
            },
            "condition": { # The condition(s) under which the action will be taken.
              "age": 42, # Age of an object (in days). This condition is satisfied when an object reaches the specified age.
              "createdBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC.
              "customTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.
              "daysSinceCustomTime": 42, # Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.
              "daysSinceNoncurrentTime": 42, # Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
              "isLive": True or False, # Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.
              "matchesPattern": "A String", # A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.
              "matchesPrefix": [ # List of object name prefixes. This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.
                "A String",
              ],
              "matchesStorageClass": [ # Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.
                "A String",
              ],
              "matchesSuffix": [ # List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.
                "A String",
              ],
              "noncurrentTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects.
              "numNewerVersions": 42, # Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
            },
          },
        ],
      },
      "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.
      "locationType": "A String", # The type of the bucket location.
      "logging": { # The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
        "logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
        "logObjectPrefix": "A String", # A prefix for log object names.
      },
      "metageneration": "A String", # The metadata generation of this bucket.
      "name": "A String", # The name of the bucket.
      "objectRetention": { # The bucket's object retention config.
        "mode": "A String", # The bucket's object retention mode. Can be Enabled.
      },
      "owner": { # The owner of the bucket. This is always the project team's owner group.
        "entity": "A String", # The entity, in the form project-owner-projectId.
        "entityId": "A String", # The ID for the entity.
      },
      "projectNumber": "A String", # The project number of the project the bucket belongs to.
      "retentionPolicy": { # The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.
        "effectiveTime": "A String", # Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.
        "isLocked": True or False, # Once locked, an object retention policy cannot be modified.
        "retentionPeriod": "A String", # The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
      },
      "rpo": "A String", # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
      "satisfiesPZS": True or False, # Reserved for future use.
      "selfLink": "A String", # The URI of this bucket.
      "softDeletePolicy": { # The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.
        "effectiveTime": "A String", # Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
        "retentionDurationSeconds": "A String", # The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.
      },
      "storageClass": "A String", # The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.
      "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
      "updated": "A String", # The modification time of the bucket in RFC 3339 format.
      "versioning": { # The bucket's versioning configuration.
        "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
      },
      "website": { # The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
        "mainPageSuffix": "A String", # If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages.
        "notFoundPage": "A String", # If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.
      },
    },
  ],
  "kind": "storage#buckets", # The kind of item this is. For lists of buckets, this is always storage#buckets.
  "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.
        
lockRetentionPolicy(bucket, ifMetagenerationMatch, userProject=None)
Locks retention policy on a bucket.

Args:
  bucket: string, Name of a bucket. (required)
  ifMetagenerationMatch: string, Makes the operation conditional on whether bucket's current metageneration matches the given value. (required)
  userProject: string, The project to be billed for this request. Required for Requester Pays buckets.

Returns:
  An object of the form:

    { # A bucket.
  "acl": [ # Access controls on the bucket.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "autoclass": { # The bucket's Autoclass configuration.
    "enabled": True or False, # Whether or not Autoclass is enabled on this bucket
    "terminalStorageClass": "A String", # The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
    "terminalStorageClassUpdateTime": "A String", # A date and time in RFC 3339 format representing the time of the most recent update to "terminalStorageClass".
    "toggleTime": "A String", # A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
  },
  "billing": { # The bucket's billing configuration.
    "requesterPays": True or False, # When set to true, Requester Pays is enabled for this bucket.
  },
  "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
    {
      "maxAgeSeconds": 42, # The value, in seconds, to return in the  Access-Control-Max-Age header used in preflight responses.
      "method": [ # The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
        "A String",
      ],
      "origin": [ # The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
        "A String",
      ],
      "responseHeader": [ # The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
        "A String",
      ],
    },
  ],
  "customPlacementConfig": { # The bucket's custom placement configuration for Custom Dual Regions.
    "dataLocations": [ # The list of regional locations in which data is placed.
      "A String",
    ],
  },
  "defaultEventBasedHold": True or False, # The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
  "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "generation": "A String", # The content generation of the object, if applied to an object.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
      "object": "A String", # The name of the object, if applied to an object.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "encryption": { # Encryption configuration for a bucket.
    "defaultKmsKeyName": "A String", # A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
  },
  "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
  "hierarchicalNamespace": { # The bucket's hierarchical namespace configuration.
    "enabled": True or False, # When set to true, hierarchical namespace is enabled for this bucket.
  },
  "iamConfiguration": { # The bucket's IAM configuration.
    "bucketPolicyOnly": { # The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
    "publicAccessPrevention": "A String", # The bucket's Public Access Prevention configuration. Currently, 'inherited' and 'enforced' are supported.
    "uniformBucketLevelAccess": { # The bucket's uniform bucket-level access configuration.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339  format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
  },
  "id": "A String", # The ID of the bucket. For buckets, the id and name properties are the same.
  "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
  "labels": { # User-provided labels, in key/value pairs.
    "a_key": "A String", # An individual label entry.
  },
  "lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more information.
    "rule": [ # A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
      {
        "action": { # The action to take.
          "storageClass": "A String", # Target storage class. Required iff the type of the action is SetStorageClass.
          "type": "A String", # Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.
        },
        "condition": { # The condition(s) under which the action will be taken.
          "age": 42, # Age of an object (in days). This condition is satisfied when an object reaches the specified age.
          "createdBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC.
          "customTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.
          "daysSinceCustomTime": 42, # Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.
          "daysSinceNoncurrentTime": 42, # Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
          "isLive": True or False, # Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.
          "matchesPattern": "A String", # A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.
          "matchesPrefix": [ # List of object name prefixes. This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.
            "A String",
          ],
          "matchesStorageClass": [ # Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.
            "A String",
          ],
          "matchesSuffix": [ # List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.
            "A String",
          ],
          "noncurrentTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects.
          "numNewerVersions": 42, # Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
        },
      },
    ],
  },
  "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.
  "locationType": "A String", # The type of the bucket location.
  "logging": { # The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
    "logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
    "logObjectPrefix": "A String", # A prefix for log object names.
  },
  "metageneration": "A String", # The metadata generation of this bucket.
  "name": "A String", # The name of the bucket.
  "objectRetention": { # The bucket's object retention config.
    "mode": "A String", # The bucket's object retention mode. Can be Enabled.
  },
  "owner": { # The owner of the bucket. This is always the project team's owner group.
    "entity": "A String", # The entity, in the form project-owner-projectId.
    "entityId": "A String", # The ID for the entity.
  },
  "projectNumber": "A String", # The project number of the project the bucket belongs to.
  "retentionPolicy": { # The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.
    "isLocked": True or False, # Once locked, an object retention policy cannot be modified.
    "retentionPeriod": "A String", # The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
  },
  "rpo": "A String", # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
  "satisfiesPZS": True or False, # Reserved for future use.
  "selfLink": "A String", # The URI of this bucket.
  "softDeletePolicy": { # The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
    "retentionDurationSeconds": "A String", # The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.
  },
  "storageClass": "A String", # The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.
  "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
  "updated": "A String", # The modification time of the bucket in RFC 3339 format.
  "versioning": { # The bucket's versioning configuration.
    "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
  },
  "website": { # The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
    "mainPageSuffix": "A String", # If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages.
    "notFoundPage": "A String", # If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.
  },
}
patch(bucket, body=None, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None, predefinedAcl=None, predefinedDefaultObjectAcl=None, projection=None, userProject=None)
Patches a bucket. Changes to the bucket will be readable immediately after writing, but configuration changes may take time to propagate.

Args:
  bucket: string, Name of a bucket. (required)
  body: object, The request body.
    The object takes the form of:

{ # A bucket.
  "acl": [ # Access controls on the bucket.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "autoclass": { # The bucket's Autoclass configuration.
    "enabled": True or False, # Whether or not Autoclass is enabled on this bucket
    "terminalStorageClass": "A String", # The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
    "terminalStorageClassUpdateTime": "A String", # A date and time in RFC 3339 format representing the time of the most recent update to "terminalStorageClass".
    "toggleTime": "A String", # A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
  },
  "billing": { # The bucket's billing configuration.
    "requesterPays": True or False, # When set to true, Requester Pays is enabled for this bucket.
  },
  "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
    {
      "maxAgeSeconds": 42, # The value, in seconds, to return in the  Access-Control-Max-Age header used in preflight responses.
      "method": [ # The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
        "A String",
      ],
      "origin": [ # The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
        "A String",
      ],
      "responseHeader": [ # The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
        "A String",
      ],
    },
  ],
  "customPlacementConfig": { # The bucket's custom placement configuration for Custom Dual Regions.
    "dataLocations": [ # The list of regional locations in which data is placed.
      "A String",
    ],
  },
  "defaultEventBasedHold": True or False, # The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
  "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "generation": "A String", # The content generation of the object, if applied to an object.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
      "object": "A String", # The name of the object, if applied to an object.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "encryption": { # Encryption configuration for a bucket.
    "defaultKmsKeyName": "A String", # A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
  },
  "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
  "hierarchicalNamespace": { # The bucket's hierarchical namespace configuration.
    "enabled": True or False, # When set to true, hierarchical namespace is enabled for this bucket.
  },
  "iamConfiguration": { # The bucket's IAM configuration.
    "bucketPolicyOnly": { # The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
    "publicAccessPrevention": "A String", # The bucket's Public Access Prevention configuration. Currently, 'inherited' and 'enforced' are supported.
    "uniformBucketLevelAccess": { # The bucket's uniform bucket-level access configuration.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339  format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
  },
  "id": "A String", # The ID of the bucket. For buckets, the id and name properties are the same.
  "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
  "labels": { # User-provided labels, in key/value pairs.
    "a_key": "A String", # An individual label entry.
  },
  "lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more information.
    "rule": [ # A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
      {
        "action": { # The action to take.
          "storageClass": "A String", # Target storage class. Required iff the type of the action is SetStorageClass.
          "type": "A String", # Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.
        },
        "condition": { # The condition(s) under which the action will be taken.
          "age": 42, # Age of an object (in days). This condition is satisfied when an object reaches the specified age.
          "createdBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC.
          "customTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.
          "daysSinceCustomTime": 42, # Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.
          "daysSinceNoncurrentTime": 42, # Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
          "isLive": True or False, # Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.
          "matchesPattern": "A String", # A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.
          "matchesPrefix": [ # List of object name prefixes. This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.
            "A String",
          ],
          "matchesStorageClass": [ # Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.
            "A String",
          ],
          "matchesSuffix": [ # List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.
            "A String",
          ],
          "noncurrentTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects.
          "numNewerVersions": 42, # Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
        },
      },
    ],
  },
  "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.
  "locationType": "A String", # The type of the bucket location.
  "logging": { # The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
    "logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
    "logObjectPrefix": "A String", # A prefix for log object names.
  },
  "metageneration": "A String", # The metadata generation of this bucket.
  "name": "A String", # The name of the bucket.
  "objectRetention": { # The bucket's object retention config.
    "mode": "A String", # The bucket's object retention mode. Can be Enabled.
  },
  "owner": { # The owner of the bucket. This is always the project team's owner group.
    "entity": "A String", # The entity, in the form project-owner-projectId.
    "entityId": "A String", # The ID for the entity.
  },
  "projectNumber": "A String", # The project number of the project the bucket belongs to.
  "retentionPolicy": { # The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.
    "isLocked": True or False, # Once locked, an object retention policy cannot be modified.
    "retentionPeriod": "A String", # The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
  },
  "rpo": "A String", # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
  "satisfiesPZS": True or False, # Reserved for future use.
  "selfLink": "A String", # The URI of this bucket.
  "softDeletePolicy": { # The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
    "retentionDurationSeconds": "A String", # The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.
  },
  "storageClass": "A String", # The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.
  "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
  "updated": "A String", # The modification time of the bucket in RFC 3339 format.
  "versioning": { # The bucket's versioning configuration.
    "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
  },
  "website": { # The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
    "mainPageSuffix": "A String", # If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages.
    "notFoundPage": "A String", # If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.
  },
}

  ifMetagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the bucket's current metageneration matches the given value.
  ifMetagenerationNotMatch: string, Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.
  predefinedAcl: string, Apply a predefined set of access controls to this bucket.
    Allowed values
      authenticatedRead - Project team owners get OWNER access, and allAuthenticatedUsers get READER access.
      private - Project team owners get OWNER access.
      projectPrivate - Project team members get access according to their roles.
      publicRead - Project team owners get OWNER access, and allUsers get READER access.
      publicReadWrite - Project team owners get OWNER access, and allUsers get WRITER access.
  predefinedDefaultObjectAcl: string, Apply a predefined set of default object access controls to this bucket.
    Allowed values
      authenticatedRead - Object owner gets OWNER access, and allAuthenticatedUsers get READER access.
      bucketOwnerFullControl - Object owner gets OWNER access, and project team owners get OWNER access.
      bucketOwnerRead - Object owner gets OWNER access, and project team owners get READER access.
      private - Object owner gets OWNER access.
      projectPrivate - Object owner gets OWNER access, and project team members get access according to their roles.
      publicRead - Object owner gets OWNER access, and allUsers get READER access.
  projection: string, Set of properties to return. Defaults to full.
    Allowed values
      full - Include all properties.
      noAcl - Omit owner, acl and defaultObjectAcl properties.
  userProject: string, The project to be billed for this request. Required for Requester Pays buckets.

Returns:
  An object of the form:

    { # A bucket.
  "acl": [ # Access controls on the bucket.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "autoclass": { # The bucket's Autoclass configuration.
    "enabled": True or False, # Whether or not Autoclass is enabled on this bucket
    "terminalStorageClass": "A String", # The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
    "terminalStorageClassUpdateTime": "A String", # A date and time in RFC 3339 format representing the time of the most recent update to "terminalStorageClass".
    "toggleTime": "A String", # A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
  },
  "billing": { # The bucket's billing configuration.
    "requesterPays": True or False, # When set to true, Requester Pays is enabled for this bucket.
  },
  "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
    {
      "maxAgeSeconds": 42, # The value, in seconds, to return in the  Access-Control-Max-Age header used in preflight responses.
      "method": [ # The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
        "A String",
      ],
      "origin": [ # The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
        "A String",
      ],
      "responseHeader": [ # The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
        "A String",
      ],
    },
  ],
  "customPlacementConfig": { # The bucket's custom placement configuration for Custom Dual Regions.
    "dataLocations": [ # The list of regional locations in which data is placed.
      "A String",
    ],
  },
  "defaultEventBasedHold": True or False, # The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
  "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "generation": "A String", # The content generation of the object, if applied to an object.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
      "object": "A String", # The name of the object, if applied to an object.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "encryption": { # Encryption configuration for a bucket.
    "defaultKmsKeyName": "A String", # A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
  },
  "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
  "hierarchicalNamespace": { # The bucket's hierarchical namespace configuration.
    "enabled": True or False, # When set to true, hierarchical namespace is enabled for this bucket.
  },
  "iamConfiguration": { # The bucket's IAM configuration.
    "bucketPolicyOnly": { # The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
    "publicAccessPrevention": "A String", # The bucket's Public Access Prevention configuration. Currently, 'inherited' and 'enforced' are supported.
    "uniformBucketLevelAccess": { # The bucket's uniform bucket-level access configuration.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339  format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
  },
  "id": "A String", # The ID of the bucket. For buckets, the id and name properties are the same.
  "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
  "labels": { # User-provided labels, in key/value pairs.
    "a_key": "A String", # An individual label entry.
  },
  "lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more information.
    "rule": [ # A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
      {
        "action": { # The action to take.
          "storageClass": "A String", # Target storage class. Required iff the type of the action is SetStorageClass.
          "type": "A String", # Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.
        },
        "condition": { # The condition(s) under which the action will be taken.
          "age": 42, # Age of an object (in days). This condition is satisfied when an object reaches the specified age.
          "createdBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC.
          "customTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.
          "daysSinceCustomTime": 42, # Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.
          "daysSinceNoncurrentTime": 42, # Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
          "isLive": True or False, # Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.
          "matchesPattern": "A String", # A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.
          "matchesPrefix": [ # List of object name prefixes. This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.
            "A String",
          ],
          "matchesStorageClass": [ # Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.
            "A String",
          ],
          "matchesSuffix": [ # List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.
            "A String",
          ],
          "noncurrentTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects.
          "numNewerVersions": 42, # Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
        },
      },
    ],
  },
  "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.
  "locationType": "A String", # The type of the bucket location.
  "logging": { # The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
    "logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
    "logObjectPrefix": "A String", # A prefix for log object names.
  },
  "metageneration": "A String", # The metadata generation of this bucket.
  "name": "A String", # The name of the bucket.
  "objectRetention": { # The bucket's object retention config.
    "mode": "A String", # The bucket's object retention mode. Can be Enabled.
  },
  "owner": { # The owner of the bucket. This is always the project team's owner group.
    "entity": "A String", # The entity, in the form project-owner-projectId.
    "entityId": "A String", # The ID for the entity.
  },
  "projectNumber": "A String", # The project number of the project the bucket belongs to.
  "retentionPolicy": { # The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.
    "isLocked": True or False, # Once locked, an object retention policy cannot be modified.
    "retentionPeriod": "A String", # The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
  },
  "rpo": "A String", # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
  "satisfiesPZS": True or False, # Reserved for future use.
  "selfLink": "A String", # The URI of this bucket.
  "softDeletePolicy": { # The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
    "retentionDurationSeconds": "A String", # The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.
  },
  "storageClass": "A String", # The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.
  "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
  "updated": "A String", # The modification time of the bucket in RFC 3339 format.
  "versioning": { # The bucket's versioning configuration.
    "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
  },
  "website": { # The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
    "mainPageSuffix": "A String", # If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages.
    "notFoundPage": "A String", # If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.
  },
}
setIamPolicy(bucket, body=None, userProject=None)
Updates an IAM policy for the specified bucket.

Args:
  bucket: string, Name of a bucket. (required)
  body: object, The request body.
    The object takes the form of:

{ # A bucket/object/managedFolder IAM policy.
  "bindings": [ # An association between a role, which comes with a set of permissions, and members who may assume that role.
    {
      "condition": { # Represents an expression text. Example: title: "User account presence" description: "Determines whether the request has a user account" expression: "size(request.user) > 0" # The condition that is associated with this binding. NOTE: an unsatisfied condition will not allow user access via current binding. Different bindings, including their conditions, are examined independently.
        "description": "A String", # An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
        "expression": "A String", # Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
        "location": "A String", # An optional string indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
        "title": "A String", # An optional title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
      },
      "members": [ # A collection of identifiers for members who may assume the provided role. Recognized identifiers are as follows:
          # - allUsers — A special identifier that represents anyone on the internet; with or without a Google account.
          # - allAuthenticatedUsers — A special identifier that represents anyone who is authenticated with a Google account or a service account.
          # - user:emailid — An email address that represents a specific account. For example, user:alice@gmail.com or user:joe@example.com.
          # - serviceAccount:emailid — An email address that represents a service account. For example,  serviceAccount:my-other-app@appspot.gserviceaccount.com .
          # - group:emailid — An email address that represents a Google group. For example, group:admins@example.com.
          # - domain:domain — A Google Apps domain name that represents all the users of that domain. For example, domain:google.com or domain:example.com.
          # - projectOwner:projectid — Owners of the given project. For example, projectOwner:my-example-project
          # - projectEditor:projectid — Editors of the given project. For example, projectEditor:my-example-project
          # - projectViewer:projectid — Viewers of the given project. For example, projectViewer:my-example-project
        "A String",
      ],
      "role": "A String", # The role to which members belong. Two types of roles are supported: new IAM roles, which grant permissions that do not map directly to those provided by ACLs, and legacy IAM roles, which do map directly to ACL permissions. All roles are of the format roles/storage.specificRole.
          # The new IAM roles are:
          # - roles/storage.admin — Full control of Google Cloud Storage resources.
          # - roles/storage.objectViewer — Read-Only access to Google Cloud Storage objects.
          # - roles/storage.objectCreator — Access to create objects in Google Cloud Storage.
          # - roles/storage.objectAdmin — Full control of Google Cloud Storage objects.   The legacy IAM roles are:
          # - roles/storage.legacyObjectReader — Read-only access to objects without listing. Equivalent to an ACL entry on an object with the READER role.
          # - roles/storage.legacyObjectOwner — Read/write access to existing objects without listing. Equivalent to an ACL entry on an object with the OWNER role.
          # - roles/storage.legacyBucketReader — Read access to buckets with object listing. Equivalent to an ACL entry on a bucket with the READER role.
          # - roles/storage.legacyBucketWriter — Read access to buckets with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the WRITER role.
          # - roles/storage.legacyBucketOwner — Read and write access to existing buckets with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the OWNER role.
    },
  ],
  "etag": "A String", # HTTP 1.1  Entity tag for the policy.
  "kind": "storage#policy", # The kind of item this is. For policies, this is always storage#policy. This field is ignored on input.
  "resourceId": "A String", # The ID of the resource to which this policy belongs. Will be of the form projects/_/buckets/bucket for buckets, projects/_/buckets/bucket/objects/object for objects, and projects/_/buckets/bucket/managedFolders/managedFolder. A specific generation may be specified by appending #generationNumber to the end of the object name, e.g. projects/_/buckets/my-bucket/objects/data.txt#17. The current generation can be denoted with #0. This field is ignored on input.
  "version": 42, # The IAM policy format version.
}

  userProject: string, The project to be billed for this request. Required for Requester Pays buckets.

Returns:
  An object of the form:

    { # A bucket/object/managedFolder IAM policy.
  "bindings": [ # An association between a role, which comes with a set of permissions, and members who may assume that role.
    {
      "condition": { # Represents an expression text. Example: title: "User account presence" description: "Determines whether the request has a user account" expression: "size(request.user) > 0" # The condition that is associated with this binding. NOTE: an unsatisfied condition will not allow user access via current binding. Different bindings, including their conditions, are examined independently.
        "description": "A String", # An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
        "expression": "A String", # Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
        "location": "A String", # An optional string indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
        "title": "A String", # An optional title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
      },
      "members": [ # A collection of identifiers for members who may assume the provided role. Recognized identifiers are as follows:
          # - allUsers — A special identifier that represents anyone on the internet; with or without a Google account.
          # - allAuthenticatedUsers — A special identifier that represents anyone who is authenticated with a Google account or a service account.
          # - user:emailid — An email address that represents a specific account. For example, user:alice@gmail.com or user:joe@example.com.
          # - serviceAccount:emailid — An email address that represents a service account. For example,  serviceAccount:my-other-app@appspot.gserviceaccount.com .
          # - group:emailid — An email address that represents a Google group. For example, group:admins@example.com.
          # - domain:domain — A Google Apps domain name that represents all the users of that domain. For example, domain:google.com or domain:example.com.
          # - projectOwner:projectid — Owners of the given project. For example, projectOwner:my-example-project
          # - projectEditor:projectid — Editors of the given project. For example, projectEditor:my-example-project
          # - projectViewer:projectid — Viewers of the given project. For example, projectViewer:my-example-project
        "A String",
      ],
      "role": "A String", # The role to which members belong. Two types of roles are supported: new IAM roles, which grant permissions that do not map directly to those provided by ACLs, and legacy IAM roles, which do map directly to ACL permissions. All roles are of the format roles/storage.specificRole.
          # The new IAM roles are:
          # - roles/storage.admin — Full control of Google Cloud Storage resources.
          # - roles/storage.objectViewer — Read-Only access to Google Cloud Storage objects.
          # - roles/storage.objectCreator — Access to create objects in Google Cloud Storage.
          # - roles/storage.objectAdmin — Full control of Google Cloud Storage objects.   The legacy IAM roles are:
          # - roles/storage.legacyObjectReader — Read-only access to objects without listing. Equivalent to an ACL entry on an object with the READER role.
          # - roles/storage.legacyObjectOwner — Read/write access to existing objects without listing. Equivalent to an ACL entry on an object with the OWNER role.
          # - roles/storage.legacyBucketReader — Read access to buckets with object listing. Equivalent to an ACL entry on a bucket with the READER role.
          # - roles/storage.legacyBucketWriter — Read access to buckets with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the WRITER role.
          # - roles/storage.legacyBucketOwner — Read and write access to existing buckets with object listing/creation/deletion. Equivalent to an ACL entry on a bucket with the OWNER role.
    },
  ],
  "etag": "A String", # HTTP 1.1  Entity tag for the policy.
  "kind": "storage#policy", # The kind of item this is. For policies, this is always storage#policy. This field is ignored on input.
  "resourceId": "A String", # The ID of the resource to which this policy belongs. Will be of the form projects/_/buckets/bucket for buckets, projects/_/buckets/bucket/objects/object for objects, and projects/_/buckets/bucket/managedFolders/managedFolder. A specific generation may be specified by appending #generationNumber to the end of the object name, e.g. projects/_/buckets/my-bucket/objects/data.txt#17. The current generation can be denoted with #0. This field is ignored on input.
  "version": 42, # The IAM policy format version.
}
testIamPermissions(bucket, permissions, userProject=None)
Tests a set of permissions on the given bucket to see which, if any, are held by the caller.

Args:
  bucket: string, Name of a bucket. (required)
  permissions: string, Permissions to test. (required) (repeated)
  userProject: string, The project to be billed for this request. Required for Requester Pays buckets.

Returns:
  An object of the form:

    { # A storage.(buckets|objects|managedFolders).testIamPermissions response.
  "kind": "storage#testIamPermissionsResponse", # The kind of item this is.
  "permissions": [ # The permissions held by the caller. Permissions are always of the format storage.resource.capability, where resource is one of buckets, objects, or managedFolders. The supported permissions are as follows:
      # - storage.buckets.delete — Delete bucket.
      # - storage.buckets.get — Read bucket metadata.
      # - storage.buckets.getIamPolicy — Read bucket IAM policy.
      # - storage.buckets.create — Create bucket.
      # - storage.buckets.list — List buckets.
      # - storage.buckets.setIamPolicy — Update bucket IAM policy.
      # - storage.buckets.update — Update bucket metadata.
      # - storage.objects.delete — Delete object.
      # - storage.objects.get — Read object data and metadata.
      # - storage.objects.getIamPolicy — Read object IAM policy.
      # - storage.objects.create — Create object.
      # - storage.objects.list — List objects.
      # - storage.objects.setIamPolicy — Update object IAM policy.
      # - storage.objects.update — Update object metadata.
      # - storage.managedFolders.delete — Delete managed folder.
      # - storage.managedFolders.get — Read managed folder metadata.
      # - storage.managedFolders.getIamPolicy — Read managed folder IAM policy.
      # - storage.managedFolders.create — Create managed folder.
      # - storage.managedFolders.list — List managed folders.
      # - storage.managedFolders.setIamPolicy — Update managed folder IAM policy.
    "A String",
  ],
}
update(bucket, body=None, ifMetagenerationMatch=None, ifMetagenerationNotMatch=None, predefinedAcl=None, predefinedDefaultObjectAcl=None, projection=None, userProject=None)
Updates a bucket. Changes to the bucket will be readable immediately after writing, but configuration changes may take time to propagate.

Args:
  bucket: string, Name of a bucket. (required)
  body: object, The request body.
    The object takes the form of:

{ # A bucket.
  "acl": [ # Access controls on the bucket.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "autoclass": { # The bucket's Autoclass configuration.
    "enabled": True or False, # Whether or not Autoclass is enabled on this bucket
    "terminalStorageClass": "A String", # The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
    "terminalStorageClassUpdateTime": "A String", # A date and time in RFC 3339 format representing the time of the most recent update to "terminalStorageClass".
    "toggleTime": "A String", # A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
  },
  "billing": { # The bucket's billing configuration.
    "requesterPays": True or False, # When set to true, Requester Pays is enabled for this bucket.
  },
  "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
    {
      "maxAgeSeconds": 42, # The value, in seconds, to return in the  Access-Control-Max-Age header used in preflight responses.
      "method": [ # The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
        "A String",
      ],
      "origin": [ # The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
        "A String",
      ],
      "responseHeader": [ # The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
        "A String",
      ],
    },
  ],
  "customPlacementConfig": { # The bucket's custom placement configuration for Custom Dual Regions.
    "dataLocations": [ # The list of regional locations in which data is placed.
      "A String",
    ],
  },
  "defaultEventBasedHold": True or False, # The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
  "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "generation": "A String", # The content generation of the object, if applied to an object.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
      "object": "A String", # The name of the object, if applied to an object.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "encryption": { # Encryption configuration for a bucket.
    "defaultKmsKeyName": "A String", # A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
  },
  "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
  "hierarchicalNamespace": { # The bucket's hierarchical namespace configuration.
    "enabled": True or False, # When set to true, hierarchical namespace is enabled for this bucket.
  },
  "iamConfiguration": { # The bucket's IAM configuration.
    "bucketPolicyOnly": { # The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
    "publicAccessPrevention": "A String", # The bucket's Public Access Prevention configuration. Currently, 'inherited' and 'enforced' are supported.
    "uniformBucketLevelAccess": { # The bucket's uniform bucket-level access configuration.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339  format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
  },
  "id": "A String", # The ID of the bucket. For buckets, the id and name properties are the same.
  "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
  "labels": { # User-provided labels, in key/value pairs.
    "a_key": "A String", # An individual label entry.
  },
  "lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more information.
    "rule": [ # A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
      {
        "action": { # The action to take.
          "storageClass": "A String", # Target storage class. Required iff the type of the action is SetStorageClass.
          "type": "A String", # Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.
        },
        "condition": { # The condition(s) under which the action will be taken.
          "age": 42, # Age of an object (in days). This condition is satisfied when an object reaches the specified age.
          "createdBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC.
          "customTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.
          "daysSinceCustomTime": 42, # Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.
          "daysSinceNoncurrentTime": 42, # Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
          "isLive": True or False, # Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.
          "matchesPattern": "A String", # A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.
          "matchesPrefix": [ # List of object name prefixes. This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.
            "A String",
          ],
          "matchesStorageClass": [ # Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.
            "A String",
          ],
          "matchesSuffix": [ # List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.
            "A String",
          ],
          "noncurrentTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects.
          "numNewerVersions": 42, # Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
        },
      },
    ],
  },
  "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.
  "locationType": "A String", # The type of the bucket location.
  "logging": { # The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
    "logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
    "logObjectPrefix": "A String", # A prefix for log object names.
  },
  "metageneration": "A String", # The metadata generation of this bucket.
  "name": "A String", # The name of the bucket.
  "objectRetention": { # The bucket's object retention config.
    "mode": "A String", # The bucket's object retention mode. Can be Enabled.
  },
  "owner": { # The owner of the bucket. This is always the project team's owner group.
    "entity": "A String", # The entity, in the form project-owner-projectId.
    "entityId": "A String", # The ID for the entity.
  },
  "projectNumber": "A String", # The project number of the project the bucket belongs to.
  "retentionPolicy": { # The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.
    "isLocked": True or False, # Once locked, an object retention policy cannot be modified.
    "retentionPeriod": "A String", # The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
  },
  "rpo": "A String", # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
  "satisfiesPZS": True or False, # Reserved for future use.
  "selfLink": "A String", # The URI of this bucket.
  "softDeletePolicy": { # The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
    "retentionDurationSeconds": "A String", # The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.
  },
  "storageClass": "A String", # The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.
  "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
  "updated": "A String", # The modification time of the bucket in RFC 3339 format.
  "versioning": { # The bucket's versioning configuration.
    "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
  },
  "website": { # The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
    "mainPageSuffix": "A String", # If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages.
    "notFoundPage": "A String", # If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.
  },
}

  ifMetagenerationMatch: string, Makes the return of the bucket metadata conditional on whether the bucket's current metageneration matches the given value.
  ifMetagenerationNotMatch: string, Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.
  predefinedAcl: string, Apply a predefined set of access controls to this bucket.
    Allowed values
      authenticatedRead - Project team owners get OWNER access, and allAuthenticatedUsers get READER access.
      private - Project team owners get OWNER access.
      projectPrivate - Project team members get access according to their roles.
      publicRead - Project team owners get OWNER access, and allUsers get READER access.
      publicReadWrite - Project team owners get OWNER access, and allUsers get WRITER access.
  predefinedDefaultObjectAcl: string, Apply a predefined set of default object access controls to this bucket.
    Allowed values
      authenticatedRead - Object owner gets OWNER access, and allAuthenticatedUsers get READER access.
      bucketOwnerFullControl - Object owner gets OWNER access, and project team owners get OWNER access.
      bucketOwnerRead - Object owner gets OWNER access, and project team owners get READER access.
      private - Object owner gets OWNER access.
      projectPrivate - Object owner gets OWNER access, and project team members get access according to their roles.
      publicRead - Object owner gets OWNER access, and allUsers get READER access.
  projection: string, Set of properties to return. Defaults to full.
    Allowed values
      full - Include all properties.
      noAcl - Omit owner, acl and defaultObjectAcl properties.
  userProject: string, The project to be billed for this request. Required for Requester Pays buckets.

Returns:
  An object of the form:

    { # A bucket.
  "acl": [ # Access controls on the bucket.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "autoclass": { # The bucket's Autoclass configuration.
    "enabled": True or False, # Whether or not Autoclass is enabled on this bucket
    "terminalStorageClass": "A String", # The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
    "terminalStorageClassUpdateTime": "A String", # A date and time in RFC 3339 format representing the time of the most recent update to "terminalStorageClass".
    "toggleTime": "A String", # A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
  },
  "billing": { # The bucket's billing configuration.
    "requesterPays": True or False, # When set to true, Requester Pays is enabled for this bucket.
  },
  "cors": [ # The bucket's Cross-Origin Resource Sharing (CORS) configuration.
    {
      "maxAgeSeconds": 42, # The value, in seconds, to return in the  Access-Control-Max-Age header used in preflight responses.
      "method": [ # The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".
        "A String",
      ],
      "origin": [ # The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".
        "A String",
      ],
      "responseHeader": [ # The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.
        "A String",
      ],
    },
  ],
  "customPlacementConfig": { # The bucket's custom placement configuration for Custom Dual Regions.
    "dataLocations": [ # The list of regional locations in which data is placed.
      "A String",
    ],
  },
  "defaultEventBasedHold": True or False, # The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
  "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
    { # An access-control entry.
      "bucket": "A String", # The name of the bucket.
      "domain": "A String", # The domain associated with the entity, if any.
      "email": "A String", # The email address associated with the entity, if any.
      "entity": "A String", # The entity holding the permission, in one of the following forms:
          # - user-userId
          # - user-email
          # - group-groupId
          # - group-email
          # - domain-domain
          # - project-team-projectId
          # - allUsers
          # - allAuthenticatedUsers Examples:
          # - The user liz@example.com would be user-liz@example.com.
          # - The group example@googlegroups.com would be group-example@googlegroups.com.
          # - To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
      "entityId": "A String", # The ID for the entity, if any.
      "etag": "A String", # HTTP 1.1 Entity tag for the access-control entry.
      "generation": "A String", # The content generation of the object, if applied to an object.
      "id": "A String", # The ID of the access-control entry.
      "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
      "object": "A String", # The name of the object, if applied to an object.
      "projectTeam": { # The project team associated with the entity, if any.
        "projectNumber": "A String", # The project number.
        "team": "A String", # The team.
      },
      "role": "A String", # The access permission for the entity.
      "selfLink": "A String", # The link to this access-control entry.
    },
  ],
  "encryption": { # Encryption configuration for a bucket.
    "defaultKmsKeyName": "A String", # A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
  },
  "etag": "A String", # HTTP 1.1 Entity tag for the bucket.
  "hierarchicalNamespace": { # The bucket's hierarchical namespace configuration.
    "enabled": True or False, # When set to true, hierarchical namespace is enabled for this bucket.
  },
  "iamConfiguration": { # The bucket's IAM configuration.
    "bucketPolicyOnly": { # The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
    "publicAccessPrevention": "A String", # The bucket's Public Access Prevention configuration. Currently, 'inherited' and 'enforced' are supported.
    "uniformBucketLevelAccess": { # The bucket's uniform bucket-level access configuration.
      "enabled": True or False, # If set, access is controlled only by bucket-level or above IAM policies.
      "lockedTime": "A String", # The deadline for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false in RFC 3339  format. iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
    },
  },
  "id": "A String", # The ID of the bucket. For buckets, the id and name properties are the same.
  "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
  "labels": { # User-provided labels, in key/value pairs.
    "a_key": "A String", # An individual label entry.
  },
  "lifecycle": { # The bucket's lifecycle configuration. See lifecycle management for more information.
    "rule": [ # A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
      {
        "action": { # The action to take.
          "storageClass": "A String", # Target storage class. Required iff the type of the action is SetStorageClass.
          "type": "A String", # Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.
        },
        "condition": { # The condition(s) under which the action will be taken.
          "age": 42, # Age of an object (in days). This condition is satisfied when an object reaches the specified age.
          "createdBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC.
          "customTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.
          "daysSinceCustomTime": 42, # Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.
          "daysSinceNoncurrentTime": 42, # Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
          "isLive": True or False, # Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.
          "matchesPattern": "A String", # A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.
          "matchesPrefix": [ # List of object name prefixes. This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.
            "A String",
          ],
          "matchesStorageClass": [ # Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.
            "A String",
          ],
          "matchesSuffix": [ # List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.
            "A String",
          ],
          "noncurrentTimeBefore": "A String", # A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects.
          "numNewerVersions": 42, # Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
        },
      },
    ],
  },
  "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.
  "locationType": "A String", # The type of the bucket location.
  "logging": { # The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
    "logBucket": "A String", # The destination bucket where the current bucket's logs should be placed.
    "logObjectPrefix": "A String", # A prefix for log object names.
  },
  "metageneration": "A String", # The metadata generation of this bucket.
  "name": "A String", # The name of the bucket.
  "objectRetention": { # The bucket's object retention config.
    "mode": "A String", # The bucket's object retention mode. Can be Enabled.
  },
  "owner": { # The owner of the bucket. This is always the project team's owner group.
    "entity": "A String", # The entity, in the form project-owner-projectId.
    "entityId": "A String", # The ID for the entity.
  },
  "projectNumber": "A String", # The project number of the project the bucket belongs to.
  "retentionPolicy": { # The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.
    "isLocked": True or False, # Once locked, an object retention policy cannot be modified.
    "retentionPeriod": "A String", # The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.
  },
  "rpo": "A String", # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
  "satisfiesPZS": True or False, # Reserved for future use.
  "selfLink": "A String", # The URI of this bucket.
  "softDeletePolicy": { # The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted.
    "effectiveTime": "A String", # Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.
    "retentionDurationSeconds": "A String", # The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted.
  },
  "storageClass": "A String", # The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.
  "timeCreated": "A String", # The creation time of the bucket in RFC 3339 format.
  "updated": "A String", # The modification time of the bucket in RFC 3339 format.
  "versioning": { # The bucket's versioning configuration.
    "enabled": True or False, # While set to true, versioning is fully enabled for this bucket.
  },
  "website": { # The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
    "mainPageSuffix": "A String", # If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages.
    "notFoundPage": "A String", # If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.
  },
}