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."],[[["The latest version of `EnvironmentConfig` is 5.17.0, while the documented version is 4.0.0, and there are multiple versions between 3.1.0 and 5.17.0."],["`EnvironmentConfig` is a class that represents the environment configuration for a workload in Google Cloud Dataproc V1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `EnvironmentConfig` class has two main properties: `ExecutionConfig` for execution settings and `PeripheralsConfig` for peripherals access, both being optional."],["This class offers two constructors, the default one and one which allows for a copy of another `EnvironmentConfig`."]]],[]]