public sealed class EnvironmentConfig : IMessage<EnvironmentConfig>, IEquatable<EnvironmentConfig>, IDeepCloneable<EnvironmentConfig>, 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."],[[["Version 5.17.0 is the latest version available for `Google.Cloud.Dataproc.V1.EnvironmentConfig`, with a history of versions going back to 3.1.0, which is accessible through links provided."],["The `EnvironmentConfig` class, within the `Google.Cloud.Dataproc.V1` namespace, represents environment configurations for a workload, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This `EnvironmentConfig` class allows for the construction of new instances via two constructors: a default one and one that accepts another `EnvironmentConfig` object for cloning."],["`EnvironmentConfig` includes two properties: `ExecutionConfig` for setting workload execution parameters, and `PeripheralsConfig` for defining the peripherals accessible to the workload."],["The `Google.Cloud.Dataproc.V1.dll` assembly is where this class and associated configurations are located."]]],[]]