public sealed class MetadataIntegration : IMessage<MetadataIntegration>, IEquatable<MetadataIntegration>, IDeepCloneable<MetadataIntegration>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class MetadataIntegration.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMetadataIntegration\u003c/code\u003e class, part of the Google Cloud Metastore v1alpha API, handles the integration of metastore metadata with external services.\u003c/p\u003e\n"],["\u003cp\u003eThis class is available in multiple versions, including the latest 2.0.0-alpha11, along with 2.0.0-alpha10 and 1.0.0-alpha04, all of which contain the \u003ccode\u003eMetadataIntegration\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMetadataIntegration\u003c/code\u003e implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties \u003ccode\u003eDataCatalogConfig\u003c/code\u003e and \u003ccode\u003eDataplexConfig\u003c/code\u003e, which provide configuration options for integration with the Data Catalog and Dataplex services, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eMetadataIntegration\u003c/code\u003e, a default constructor, and another which takes another \u003ccode\u003eMetadataIntegration\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1alpha API - Class MetadataIntegration (2.0.0-alpha11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataIntegration)\n- [2.0.0-alpha10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/2.0.0-alpha10/Google.Cloud.Metastore.V1Alpha.MetadataIntegration)\n- [1.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/1.0.0-alpha04/Google.Cloud.Metastore.V1Alpha.MetadataIntegration) \n\n public sealed class MetadataIntegration : IMessage\u003cMetadataIntegration\u003e, IEquatable\u003cMetadataIntegration\u003e, IDeepCloneable\u003cMetadataIntegration\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1alpha API class MetadataIntegration.\n\nSpecifies how metastore metadata should be integrated with external services. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MetadataIntegration \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MetadataIntegration](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataIntegration), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MetadataIntegration](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataIntegration), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MetadataIntegration](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataIntegration), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Metastore.V1Alpha](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Alpha.dll\n\nConstructors\n------------\n\n### MetadataIntegration()\n\n public MetadataIntegration()\n\n### MetadataIntegration(MetadataIntegration)\n\n public MetadataIntegration(MetadataIntegration other)\n\nProperties\n----------\n\n### DataCatalogConfig\n\n public DataCatalogConfig DataCatalogConfig { get; set; }\n\nThe integration config for the Data Catalog service.\n\n### DataplexConfig\n\n public DataplexConfig DataplexConfig { get; set; }\n\nThe integration config for the Dataplex service."]]