public sealed class MetastoreConfig : IMessage<MetastoreConfig>, IEquatable<MetastoreConfig>, IDeepCloneable<MetastoreConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class MetastoreConfig.
[[["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 `MetastoreConfig` class in the Google Cloud Dataproc v1 API defines the configuration for a Metastore service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality checks, deep cloning, and buffer management."],["The class contains two constructors: a default constructor and one that accepts another `MetastoreConfig` object for creating a copy."],["The `MetastoreConfig` class includes properties such as `DataprocMetastoreService` (a string) and `DataprocMetastoreServiceAsServiceName` (a `ServiceName` object) for managing the Dataproc Metastore service resource name."],["The latest documented version for `MetastoreConfig` is 5.17.0, with accessible documentation available for versions ranging from 3.1.0 to 5.17.0."]]],[]]