A SQL logical view object that can be referenced in SQL
queries.
Attributes
Name
Description
name
str
Identifier. The unique name of the logical view. Format:
projects/{project}/instances/{instance}/logicalViews/{logical_view}
query
str
Required. The logical view's select query.
etag
str
Optional. The etag for this logical 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
Optional. Set to true to make the LogicalView
protected against deletion.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]