public sealed class AuxiliaryServicesConfig : IMessage<AuxiliaryServicesConfig>, IEquatable<AuxiliaryServicesConfig>, IDeepCloneable<AuxiliaryServicesConfig>, 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 latest version of `AuxiliaryServicesConfig` within the `Google.Cloud.Dataproc.V1` namespace is 5.17.0, while version 5.0.0 is the main subject of the content provided."],["`AuxiliaryServicesConfig` is a class that provides configuration settings for auxiliary services within a Dataproc cluster and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `AuxiliaryServicesConfig` has two constructors: a parameterless constructor and one that accepts another `AuxiliaryServicesConfig` object, allowing for the creation of new instances and the cloning of existing ones."],["It includes properties for configuring the Hive Metastore (`MetastoreConfig`) and Spark History Server (`SparkHistoryServerConfig`), both of which are optional for a given workload."],["The class is found in the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]