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
Returns
- (::String) — Name of a singular table this view reflects one to one.
#base_table=
def base_table=(value) -> ::String
Parameter
- value (::String) — Name of a singular table this view reflects one to one.
Returns
- (::String) — Name of a singular table this view reflects one to one.
#sql_query
def sql_query() -> ::String
Returns
- (::String) — SQL query used to generate this view.
#sql_query=
def sql_query=(value) -> ::String
Parameter
- value (::String) — SQL query used to generate this view.
Returns
- (::String) — SQL query used to generate this view.
#view_type
def view_type() -> ::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType
Returns
- (::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType) — Type of this view.
#view_type=
def view_type=(value) -> ::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType
Parameter
- value (::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType) — Type of this view.
Returns
- (::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec::ViewType) — Type of this view.