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-04-09 UTC."],[[["This document outlines the `EnvironmentConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for version 3.4.0 and provides links to other versions."],["`EnvironmentConfig` is used to define the environment settings for a workload and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`EnvironmentConfig()`) and one that takes another `EnvironmentConfig` object as a parameter."],["It includes two properties, `ExecutionConfig` and `PeripheralsConfig`, that allow for the configuration of the workload's execution environment and the peripheral access, respectively."],["The page provides a comprehensive list of previous versions, from 5.17.0 (latest) down to 3.1.0, allowing users to explore different releases."]]],[]]