DatabaseViewSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specification that applies to database view.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
view_type |
google.cloud.datacatalog_v1.types.DatabaseTableSpec.DatabaseViewSpec.ViewType
Type of this view. |
base_table |
str
Name of a singular table this view reflects one to one. This field is a member of oneof _ source_definition .
|
sql_query |
str
SQL query used to generate this view. This field is a member of oneof _ source_definition .
|
Classes
ViewType
ViewType(value)
Concrete type of the view.