gcloud alpha storage feature-configs update

NAME
gcloud alpha storage feature-configs update - update a Feature Config
SYNOPSIS
gcloud alpha storage feature-configs update CONFIG_ID [--async] [--auto-annotate-models=[AUTO_ANNOTATE_MODELS,…]] [--description=DESCRIPTION] [--exclude-bucket-id-regexes=[EXCLUDE_BUCKET_ID_REGEXES,…]     | --include-bucket-id-regexes=[INCLUDE_BUCKET_ID_REGEXES,…]] [--exclude-locations=[EXCLUDE_LOCATIONS,…]     | --include-locations=[INCLUDE_LOCATIONS,…]] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Update an existing Feature Config.
EXAMPLES
To update a Feature Config named "my_config" to clear include locations:
gcloud alpha storage feature-configs update my_config --include-locations=""
POSITIONAL ARGUMENTS
CONFIG_ID
The ID of the feature configuration to update.
FLAGS
--async
Return immediately, without waiting for the operation in progress to complete.
--auto-annotate-models=[AUTO_ANNOTATE_MODELS,…]
Comma-separated list of models to configure.
--description=DESCRIPTION
The description of the feature configuration.
BUCKET REGEXES FLAGS
Specify bucket ID regexes to include or exclude.

At most one of these can be specified:

--exclude-bucket-id-regexes=[EXCLUDE_BUCKET_ID_REGEXES,…]
Comma-separated list of bucket ID regexes to exclude.
--include-bucket-id-regexes=[INCLUDE_BUCKET_ID_REGEXES,…]
Comma-separated list of bucket ID regexes to include.
LOCATIONS FLAGS
Specify locations to include or exclude.

At most one of these can be specified:

--exclude-locations=[EXCLUDE_LOCATIONS,…]
Comma-separated list of locations to exclude.
--include-locations=[INCLUDE_LOCATIONS,…]
Comma-separated list of locations to include.
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 alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.