public sealed class Metastore : IMessage<Lake.Types.Metastore>, IEquatable<Lake.Types.Metastore>, IDeepCloneable<Lake.Types.Metastore>, IBufferMessage, IMessage
Settings to manage association of Dataproc Metastore with a lake.
Optional. A relative reference to the Dataproc Metastore
(https://cloud.google.com/dataproc-metastore/docs) service associated
with the lake:
projects/{project_id}/locations/{location_id}/services/{service_id}
[[["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-09 UTC."],[[["The `Metastore` class manages the association of a Dataproc Metastore service with a lake and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This page provides documentation for the `Metastore` class within the `Google.Cloud.Dataplex.V1` namespace, with links to documentation across various versions from 1.0.0 up to the latest release of 3.6.0."],["The `Metastore` class includes a property named `Service` which is a string that stores the relative reference to the Dataproc Metastore service, following the format `projects/{project_id}/locations/{location_id}/services/{service_id}`."],["The `Metastore` class can be constructed using a default constructor or one that accepts another `Metastore` object as a parameter for initialization."],["The provided documentation covers inherited members from `Object`, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which can be used with instances of `Metastore`."]]],[]]