Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::DataplexExternalTable (v0.23.0)

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
Returns
  • (::String) — Name of the Data Catalog entry representing the external table.

#data_catalog_entry=

def data_catalog_entry=(value) -> ::String
Parameter
  • value (::String) — Name of the Data Catalog entry representing the external table.
Returns
  • (::String) — Name of the Data Catalog entry representing the external table.

#fully_qualified_name

def fully_qualified_name() -> ::String
Returns
  • (::String) — Fully qualified name (FQN) of the external table.

#fully_qualified_name=

def fully_qualified_name=(value) -> ::String
Parameter
  • value (::String) — Fully qualified name (FQN) of the external table.
Returns
  • (::String) — Fully qualified name (FQN) of the external table.

#google_cloud_resource

def google_cloud_resource() -> ::String
Returns
  • (::String) — Google Cloud resource name of the external table.

#google_cloud_resource=

def google_cloud_resource=(value) -> ::String
Parameter
  • value (::String) — Google Cloud resource name of the external table.
Returns
  • (::String) — Google Cloud resource name of the external table.

#system

def system() -> ::Google::Cloud::DataCatalog::V1::IntegratedSystem
Returns

#system=

def system=(value) -> ::Google::Cloud::DataCatalog::V1::IntegratedSystem
Parameter
Returns