Class CreateMaterializedViewRequest (2.32.0)

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

Request message for BigtableInstanceAdmin.CreateMaterializedView.

Attributes

Name Description
parent str
Required. The parent instance where this materialized view will be created. Format: projects/{project}/instances/{instance}.
materialized_view_id str
Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
materialized_view google.cloud.bigtable_admin_v2.types.MaterializedView
Required. The materialized view to create.