public sealed class DataplexExternalTable : IMessage<DataplexExternalTable>, IEquatable<DataplexExternalTable>, IDeepCloneable<DataplexExternalTable>, IBufferMessage, IMessage
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-03-25 UTC."],[[["The `DataplexExternalTable` class represents an external table registered by Dataplex, which are synced into the Data Catalog and are accessible in other systems like BigQuery and DPMS."],["This class is implemented with multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from the Object class."],["The latest version of `DataplexExternalTable` is 2.14.0, and the current page displays information for version 1.8.0, with links to documentation for versions ranging from 1.2.0 to 2.14.0."],["The class includes properties like `DataCatalogEntry`, `FullyQualifiedName`, `GoogleCloudResource`, and `System` to provide detailed information about the external table."],["It is constructed with both a default constructor `DataplexExternalTable()` and a copy constructor `DataplexExternalTable(DataplexExternalTable other)`, allowing for creation of new instances or copies of existing ones."]]],[]]