A materialized view object that can be referenced in SQL
queries.
Attributes
Name
Description
name
str
Identifier. The unique name of the materialized view.
Format:
projects/{project}/instances/{instance}/materializedViews/{materialized_view}
query
str
Required. Immutable. The materialized view's
select query.
etag
str
Optional. The etag for this materialized
view. This may be sent on update requests to
ensure that the client has an up-to-date value
before proceeding. The server returns an ABORTED
error on a mismatched etag.
deletion_protection
bool
Set to true to make the MaterializedView
protected against deletion.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-07 UTC."],[],[]]