public sealed class PeripheralsConfig : IMessage<PeripheralsConfig>, IEquatable<PeripheralsConfig>, IDeepCloneable<PeripheralsConfig>, 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 `PeripheralsConfig` class within the `Google.Cloud.Dataproc.V1` namespace, used for configuring auxiliary services for workloads."],["The latest version documented is 5.17.0, and the page also includes links to versions ranging from 5.0.0 up to 5.16.0, and also down to 3.1.0."],["`PeripheralsConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes properties such as `MetastoreService` for specifying an existing Dataproc Metastore service and `SparkHistoryServerConfig` for configuring the Spark History Server."],["There are two constructors available: a default constructor, `PeripheralsConfig()`, and another one, `PeripheralsConfig(PeripheralsConfig other)`, which takes an existing `PeripheralsConfig` instance as a parameter."]]],[]]