Class: Google::Cloud::DataCatalog::V1::DataplexExternalTable
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::DataplexExternalTable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb
Overview
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.
Instance Attribute Summary collapse
-
#data_catalog_entry ⇒ ::String
Name of the Data Catalog entry representing the external table.
-
#fully_qualified_name ⇒ ::String
Fully qualified name (FQN) of the external table.
-
#google_cloud_resource ⇒ ::String
Google Cloud resource name of the external table.
-
#system ⇒ ::Google::Cloud::DataCatalog::V1::IntegratedSystem
Service in which the external table is registered.
Instance Attribute Details
#data_catalog_entry ⇒ ::String
Returns Name of the Data Catalog entry representing the external table.
92 93 94 95 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 92 class DataplexExternalTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fully_qualified_name ⇒ ::String
Returns Fully qualified name (FQN) of the external table.
92 93 94 95 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 92 class DataplexExternalTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_cloud_resource ⇒ ::String
Returns Google Cloud resource name of the external table.
92 93 94 95 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 92 class DataplexExternalTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#system ⇒ ::Google::Cloud::DataCatalog::V1::IntegratedSystem
Returns Service in which the external table is registered.
92 93 94 95 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 92 class DataplexExternalTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |