Class DeleteMaterializedViewRequest (2.32.0)

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

Request message for BigtableInstanceAdmin.DeleteMaterializedView.

Attributes

Name Description
name str
Required. The unique name of the materialized view to be deleted. Format: projects/{project}/instances/{instance}/materializedViews/{materialized_view}.
etag str
Optional. The current etag of the materialized view. If an etag is provided and does not match the current etag of the materialized view, deletion will be blocked and an ABORTED error will be returned.