Class UpdateSchemaBundleRequest (2.32.0)

UpdateSchemaBundleRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for UpdateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.UpdateSchemaBundle].

Attributes

Name Description
schema_bundle google.cloud.bigtable_admin_v2.types.SchemaBundle
Required. The schema bundle to update. The schema bundle's name field is used to identify the schema bundle to update. Values are of the form projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The list of fields to update.
ignore_warnings bool
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.