Method: projects.instances.tables.schemaBundles.patch

Updates a schema bundle in the specified table.

HTTP request

PATCH https://bigtableadmin.googleapis.com/v2/{schemaBundle.name=projects/*/instances/*/tables/*/schemaBundles/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
schemaBundle.name

string

Identifier. The unique name identifying this schema bundle. Values are of the form projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schemaBundle}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The list of fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

ignoreWarnings

boolean

Optional. If set, ignore the safety checks when updating the Schema Bundle. The safety checks are: - The new Schema Bundle is backwards compatible with the existing Schema Bundle.

Request body

The request body contains an instance of SchemaBundle.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/bigtable.admin
  • https://www.googleapis.com/auth/bigtable.admin.table
  • https://www.googleapis.com/auth/cloud-bigtable.admin
  • https://www.googleapis.com/auth/cloud-bigtable.admin.table
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.