NAME
    gcloud beta logging buckets update - updates a bucket

SYNOPSIS
    gcloud beta logging buckets update BUCKET_ID --location=LOCATION
        [--description=DESCRIPTION] [--locked]
        [--restricted-fields=[RESTRICTED_FIELD,...]]
        [--retention-days=RETENTION_DAYS] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Updates the properties of a bucket.

EXAMPLES
    To update a bucket in your project, run:

        $ gcloud beta logging buckets update my-bucket --location=global \
           --description=my-new-description

POSITIONAL ARGUMENTS
     BUCKET_ID
        The id of the bucket to update.

REQUIRED FLAGS
     --location=LOCATION
        Location of the bucket.

OPTIONAL FLAGS
     --description=DESCRIPTION
        A new description for the bucket.

     --locked
        Lock the bucket and prevent it from being modified or deleted (unless
        it is empty).

     --restricted-fields=[RESTRICTED_FIELD,...]
        A new set of restricted fields for the bucket.

     --retention-days=RETENTION_DAYS
        A new retention period for the bucket.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud logging buckets update

        $ gcloud alpha logging buckets update

