gcloud alpha bigtable schema-bundles update

NAME
gcloud alpha bigtable schema-bundles update - update an existing Bigtable schema bundle
SYNOPSIS
gcloud alpha bigtable schema-bundles update(SCHEMA_BUNDLE :--instance=INSTANCE--table=TABLE)--proto-descriptors-file=PROTO_DESCRIPTORS_FILE[--async][--ignore-warnings][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Update an existing Bigtable schema bundle.
EXAMPLES
To update a schema bundlemy-schema-bundle in instancemy-instance and tablemy-table, using the descriptorfilemy-descriptor-file.pb:
gcloudalphabigtableschema-bundlesupdatemy-schema-bundle--instance=my-instance--table=my-table--proto-descriptors-file=my-descriptor-file.pb
POSITIONAL ARGUMENTS
Schema bundle resource - Bigtable schema bundle to update. The arguments in thisgroup can be used to specify the attributes of this resource. (NOTE) Someattributes are not given arguments in this group but can be set in other ways.

To set theproject attribute:

  • provide the argumentschema_bundle on the command line with a fullyspecified name;
  • provide the argument--project on the command line;
  • set the propertycore/project.

This must be specified.

SCHEMA_BUNDLE
ID of the schema-bundle or fully qualified identifier for the schema-bundle.

To set theschema_bundle attribute:

  • provide the argumentschema_bundle on the command line.

This positional argument must be specified if any of the other arguments in thisgroup are specified.

--instance=INSTANCE
Name of the Bigtable instance.

To set theinstance attribute:

  • provide the argumentschema_bundle on the command line with a fullyspecified name;
  • provide the argument--instance on the command line.
--table=TABLE
Name of the Bigtable table.

To set thetable attribute:

  • provide the argumentschema_bundle on the command line with a fullyspecified name;
  • provide the argument--table on the command line.
REQUIRED FLAGS
--proto-descriptors-file=PROTO_DESCRIPTORS_FILE
Path of a file that contains a protobuf-serializedgoogle.protobuf.FileDescriptorSet message. If specified, the schemabundle contains the protobuf schema. To generate the file, install and runprotoc with the following command:
protoc--proto_path=IMPORT_PATH--include_imports--descriptor_set_out=DESCRIPTOR_OUTPUT_LOCATIONpath/to/file.proto

where the --proto_path option specificies where to look for .proto files whenresolving import directives (the current directory is used if you do not providea value), and the --descriptor_set_out option specifies where you want thegenerated FileDescriptorSet to be written.

OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to complete.
--ignore-warnings
If true, backwards incompatible changes will be 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.

API REFERENCE
This command uses thebigtableadmin/v2 API. The full documentationfor this API can be found at:https://cloud.google.com/bigtable/
NOTES
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudbigtableschema-bundlesupdate
gcloudbetabigtableschema-bundlesupdate

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-11-04 UTC.