CreateSchemaBundleRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request for
CreateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.CreateSchemaBundle]
.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent resource where this schema bundle will be created. Values are of the form projects/{project}/instances/{instance}/tables/{table} .
|
schema_bundle_id |
str
Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name. |
schema_bundle |
google.cloud.bigtable_admin_v2.types.SchemaBundle
Required. The schema bundle to create. |