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."],[[["This webpage details the `DataplexExternalTable` class within the `Google.Cloud.DataCatalog.V1` namespace, used to represent external tables registered by Dataplex, which are synced into the Data Catalog."],["The latest version of the `DataplexExternalTable` documentation is 2.14.0, but the page also provides documentation for previous versions ranging from 2.13.0 to 1.2.0, allowing users to choose the correct version."],["The `DataplexExternalTable` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default constructor and another that accepts another `DataplexExternalTable` object as a parameter."],["The class includes properties such as `DataCatalogEntry`, `FullyQualifiedName`, `GoogleCloudResource`, and `System`, which hold key information about the external table."]]],[]]