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."],[[["The `MetastoreConfig` class, part of Google.Cloud.Dataproc.V1, specifies a configuration for Dataproc Metastore services and is available across multiple versions ranging from 3.1.0 to 5.17.0."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` interfaces, which is crucial to its functionality."],["`MetastoreConfig` has two constructors, one default and one that takes another `MetastoreConfig` object, used for creating new instances of the class."],["It includes two properties: `DataprocMetastoreService`, which is a string representing the resource name of the Dataproc Metastore service, and `DataprocMetastoreServiceAsServiceName`, which provides a `ServiceName`-typed view of the service resource name."],["The latest version available for the MetastoreConfig is 5.17.0, with several preceding versions also available for use."]]],[]]