public sealed class MetastoreConfig : IMessage<MetastoreConfig>, IEquatable<MetastoreConfig>, IDeepCloneable<MetastoreConfig>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `MetastoreConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for version 3.4.0, and other versions all the way up to the latest, 5.17.0."],["`MetastoreConfig` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing configuration for Dataproc Metastore services."],["The class includes two constructors: a default one (`MetastoreConfig()`) and one that accepts another `MetastoreConfig` object for creating a copy (`MetastoreConfig(MetastoreConfig other)`)."],["Key properties of the `MetastoreConfig` class include `DataprocMetastoreService` (a string representing the resource name) and `DataprocMetastoreServiceAsServiceName`, a `ServiceName`-typed view over the resource name."],["The page also lists other inherited members from the Object class, which is the base of the `MetastoreConfig` class, and provides links to older versions of the class."]]],[]]