public sealed class MetadataIntegration : IMessage<MetadataIntegration>, IEquatable<MetadataIntegration>, IDeepCloneable<MetadataIntegration>, IBufferMessage, IMessage
Specifies how metastore metadata should be integrated with external services.
[[["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-17 UTC."],[[["`MetadataIntegration` is a sealed class that specifies how metastore metadata integrates with external services."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `MetadataIntegration()` and a copy constructor `MetadataIntegration(MetadataIntegration other)`."],["It has two key properties, `DataCatalogConfig` and `DataplexConfig`, which handle integration configurations for the Data Catalog and Dataplex services respectively."],["The class is part of the `Google.Cloud.Metastore.V1Alpha` namespace within the `Google.Cloud.Metastore.V1Alpha.dll` assembly."]]],[]]