Class: Google::Cloud::DataCatalog::V1::DataplexExternalTable

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_catalog_entry::String

Returns Name of the Data Catalog entry representing the external table.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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