LogicalView(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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. |