public sealed class AuxiliaryServicesConfig : IMessage<AuxiliaryServicesConfig>, IEquatable<AuxiliaryServicesConfig>, IDeepCloneable<AuxiliaryServicesConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class AuxiliaryServicesConfig.
[[["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 document provides reference documentation for the `AuxiliaryServicesConfig` class within the Google Cloud Dataproc v1 API, detailing its purpose, inheritance, implementation, and usage."],["This class is designed to configure auxiliary services for a Dataproc cluster, which can be accessed from multiple versions, ranging from the latest (5.17.0) down to older versions like 3.1.0."],["The `AuxiliaryServicesConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it provides options for configuring a `MetastoreConfig` and a `SparkHistoryServerConfig`."],["The document details two constructors for `AuxiliaryServicesConfig`: a default constructor and one that takes another `AuxiliaryServicesConfig` object as a parameter for copying its data."],["The document shows the properties `MetastoreConfig`, used to configure Hive Metastore, and `SparkHistoryServerConfig`, used to configure Spark History Server, both of which are optional."]]],[]]