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-03-21 UTC."],[[["This document outlines the `MetadataIntegration` class within the `Google.Cloud.Metastore.V1Beta` namespace, specifically version 1.0.0-beta02, detailing its role in integrating metastore metadata with external services."],["The `MetadataIntegration` class, which is sealed, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle metadata integration, object equality checks, deep cloning, and buffer messages."],["The class inherits from the base `Object` class, bringing in members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and is contained within the `Google.Cloud.Metastore.V1Beta.dll` assembly."],["The `MetadataIntegration` class offers two constructors, a default constructor and another one that accepts an existing `MetadataIntegration` instance as a parameter for copying."],["It includes a `DataCatalogConfig` property of type `DataCatalogConfig`, which enables the configuration of integrations with the Data Catalog service."]]],[]]