gcloud biglake iceberg catalogs update

INFORMATION
gcloud biglake iceberg catalogs update is not available in universe domain universe.
NAME
gcloud biglake iceberg catalogs update - update a BigLake Iceberg REST catalog
SYNOPSIS
gcloud biglake iceberg catalogs update CATALOG [--catalog-type=CATALOG_TYPE] [--credential-mode=CREDENTIAL_MODE; default="end-user"] [--description=DESCRIPTION] [--restricted-locations=[LOCATION,…]] [GCLOUD_WIDE_FLAG]
DESCRIPTION
Update a BigLake Iceberg REST catalog.
EXAMPLES
To update the description of a catalog my-catalog, run:
gcloud biglake iceberg catalogs update my-catalog --description="updated description"
POSITIONAL ARGUMENTS
Catalog resource - The Iceberg Catalog to update. This represents a Cloud resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.

To set the project attribute:

  • provide the argument catalog on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

This must be specified.

CATALOG
ID of the catalog or fully qualified identifier for the catalog.

To set the catalog attribute:

  • provide the argument catalog on the command line.
FLAGS
--catalog-type=CATALOG_TYPE
Catalog type to update the catalog with. Currently only updating to a BigLake catalog type is supported. CATALOG_TYPE must be (only one value is supported):
biglake
BigLake Iceberg catalog. Catalog type which allows namespaces and tables within a catalog to be mapped to locations beyond the catalog's designated default.
--credential-mode=CREDENTIAL_MODE; default="end-user"
Credential mode to create the catalog with. CREDENTIAL_MODE must be one of:
end-user
Use end user credentials to access the catalog.
vended-credentials
Use vended credentials to access the catalog.
--description=DESCRIPTION
Description of the resource.
--restricted-locations=[LOCATION,…]
Additional Google Cloud Storage buckets and locations (e.g., gs://my-other-bucket/…) that are permitted for use by resources within a catalog. This field is currently only used for BigLake catalogs.If restricted_locations is empty and unrestricted catalog creation is enabled, all accessible locations are allowed. Otherwise, only default_location and locations in this list are allowed.
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
These variants are also available:
gcloud alpha biglake iceberg catalogs update
gcloud beta biglake iceberg catalogs update