public sealed class DataplexExternalTable : IMessage<DataplexExternalTable>, IEquatable<DataplexExternalTable>, IDeepCloneable<DataplexExternalTable>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The provided content details the `DataplexExternalTable` class within the Google Cloud Data Catalog v1 API, which represents external tables synced into the Data Catalog from other systems like BigQuery and DPMS."],["Version 2.14.0 is the latest version available for `DataplexExternalTable`, while a list of previous versions, ranging from 2.13.0 down to 1.2.0, are also listed for reference and use."],["The `DataplexExternalTable` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DataplexExternalTable` include `DataCatalogEntry`, `FullyQualifiedName`, `GoogleCloudResource`, and `System`, which store details about the external table's representation within the Data Catalog and other connected systems."],["The class also has two constructors: a default constructor, and one that allows for the duplication of an existing `DataplexExternalTable` instance."]]],[]]