NAME
    gcloud beta compute backend-buckets - read and manipulate backend buckets

SYNOPSIS
    gcloud beta compute backend-buckets COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Read and manipulate backend buckets. Backend buckets define Cloud
    Storage buckets that can serve content. URL maps define which requests are
    sent to which backend buckets.

    For more information about backend buckets, see the backend buckets
    documentation
    (https://cloud.google.com/load-balancing/docs/https/ext-load-balancer-backend-buckets).

    See also: Backend buckets API
    (https://cloud.google.com/compute/docs/reference/rest/v1/backendBuckets).

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     add-signed-url-key
        (BETA) Add Cloud CDN Signed URL key to a backend bucket.

     create
        (BETA) Create a backend bucket.

     delete
        (BETA) Delete backend buckets.

     delete-signed-url-key
        (BETA) Delete Cloud CDN Signed URL key from a backend bucket.

     describe
        (BETA) Describe a backend bucket.

     list
        (BETA) List Google Compute Engine backend buckets.

     update
        (BETA) Update a backend bucket.

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

        $ gcloud compute backend-buckets

        $ gcloud alpha compute backend-buckets

