Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::DataplexTableSpec.
Entry specification for a Dataplex table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataplex_spec
def dataplex_spec() -> ::Google::Cloud::DataCatalog::V1::DataplexSpec
Returns
- (::Google::Cloud::DataCatalog::V1::DataplexSpec) — Common Dataplex fields.
#dataplex_spec=
def dataplex_spec=(value) -> ::Google::Cloud::DataCatalog::V1::DataplexSpec
Parameter
- value (::Google::Cloud::DataCatalog::V1::DataplexSpec) — Common Dataplex fields.
Returns
- (::Google::Cloud::DataCatalog::V1::DataplexSpec) — Common Dataplex fields.
#external_tables
def external_tables() -> ::Array<::Google::Cloud::DataCatalog::V1::DataplexExternalTable>
Returns
-
(::Array<::Google::Cloud::DataCatalog::V1::DataplexExternalTable>) — List of external tables registered by Dataplex in other systems based on
the same underlying data.
External tables allow to query this data in those systems.
#external_tables=
def external_tables=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::DataplexExternalTable>
Parameter
-
value (::Array<::Google::Cloud::DataCatalog::V1::DataplexExternalTable>) — List of external tables registered by Dataplex in other systems based on
the same underlying data.
External tables allow to query this data in those systems.
Returns
-
(::Array<::Google::Cloud::DataCatalog::V1::DataplexExternalTable>) — List of external tables registered by Dataplex in other systems based on
the same underlying data.
External tables allow to query this data in those systems.
#user_managed
def user_managed() -> ::Boolean
Returns
- (::Boolean) — Indicates if the table schema is managed by the user or not.
#user_managed=
def user_managed=(value) -> ::Boolean
Parameter
- value (::Boolean) — Indicates if the table schema is managed by the user or not.
Returns
- (::Boolean) — Indicates if the table schema is managed by the user or not.