public sealed class EnvironmentConfig : IMessage<EnvironmentConfig>, IEquatable<EnvironmentConfig>, IDeepCloneable<EnvironmentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class EnvironmentConfig.
[[["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 the Google Cloud Dataproc v1 API's `EnvironmentConfig` class is version 5.17.0, with a range of available versions from 3.1.0 up to this latest release."],["`EnvironmentConfig` is a class for configuring the environment of a workload in the Google Cloud Dataproc v1 API and it inherits from the object class while implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes two properties, `ExecutionConfig` and `PeripheralsConfig`, which are both optional and allow configuration of the workload's execution and peripheral access, respectively."],["There are two constructor methods, a default parameterless constructor, and a second constructor that allows for an `EnvironmentConfig` object to be passed as a parameter."]]],[]]