Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec.
Specification that applies to database view.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#base_table
def base_table() -> ::String-
(::String) — Name of a singular table this view reflects one to one.
Note: The following fields are mutually exclusive:
base_table,sql_query. If a field in that set is populated, all other fields in the set will automatically be cleared.
#base_table=
def base_table=(value) -> ::String-
value (::String) — Name of a singular table this view reflects one to one.
Note: The following fields are mutually exclusive:
base_table,sql_query. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Name of a singular table this view reflects one to one.
Note: The following fields are mutually exclusive:
base_table,sql_query. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sql_query
def sql_query() -> ::String-
(::String) — SQL query used to generate this view.
Note: The following fields are mutually exclusive:
sql_query,base_table. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sql_query=
def sql_query=(value) -> ::String-
value (::String) — SQL query used to generate this view.
Note: The following fields are mutually exclusive:
sql_query,base_table. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — SQL query used to generate this view.
Note: The following fields are mutually exclusive:
sql_query,base_table. If a field in that set is populated, all other fields in the set will automatically be cleared.
#view_type
def view_type() -> ::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType- (::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType) — Type of this view.
#view_type=
def view_type=(value) -> ::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType- value (::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType) — Type of this view.
- (::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType) — Type of this view.