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 |
Identifier. The unique name identifying this schema bundle. Values are of the form |
Query parameters
| Parameters | |
|---|---|
updateMask |
Optional. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
ignoreWarnings |
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.adminhttps://www.googleapis.com/auth/bigtable.admin.tablehttps://www.googleapis.com/auth/cloud-bigtable.adminhttps://www.googleapis.com/auth/cloud-bigtable.admin.tablehttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.