Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::DataplexExternalTable.
External table registered by Dataplex. Dataplex publishes data discovered from an asset into multiple other systems (BigQuery, DPMS) in form of tables. We call them "external tables". External tables are also synced into the Data Catalog. This message contains pointers to those external tables (fully qualified name, resource name et cetera) within the Data Catalog.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_catalog_entry
def data_catalog_entry() -> ::String
- (::String) — Name of the Data Catalog entry representing the external table.
#data_catalog_entry=
def data_catalog_entry=(value) -> ::String
- value (::String) — Name of the Data Catalog entry representing the external table.
- (::String) — Name of the Data Catalog entry representing the external table.
#fully_qualified_name
def fully_qualified_name() -> ::String
- (::String) — Fully qualified name (FQN) of the external table.
#fully_qualified_name=
def fully_qualified_name=(value) -> ::String
- value (::String) — Fully qualified name (FQN) of the external table.
- (::String) — Fully qualified name (FQN) of the external table.
#google_cloud_resource
def google_cloud_resource() -> ::String
- (::String) — Google Cloud resource name of the external table.
#google_cloud_resource=
def google_cloud_resource=(value) -> ::String
- value (::String) — Google Cloud resource name of the external table.
- (::String) — Google Cloud resource name of the external table.
#system
def system() -> ::Google::Cloud::DataCatalog::V1::IntegratedSystem
- (::Google::Cloud::DataCatalog::V1::IntegratedSystem) — Service in which the external table is registered.
#system=
def system=(value) -> ::Google::Cloud::DataCatalog::V1::IntegratedSystem
- value (::Google::Cloud::DataCatalog::V1::IntegratedSystem) — Service in which the external table is registered.
- (::Google::Cloud::DataCatalog::V1::IntegratedSystem) — Service in which the external table is registered.