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."],[[["This page provides documentation for the `EnvironmentConfig` class within the Google Cloud Dataproc v1 API, specifically for version 5.13.0."],["The `EnvironmentConfig` class is used to define the environment configuration for a workload and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This API class includes two constructors, a default constructor `EnvironmentConfig()`, and an overload to create an instance from an existing `EnvironmentConfig` object `EnvironmentConfig(EnvironmentConfig other)`."],["It contains properties for `ExecutionConfig` and `PeripheralsConfig`, which are used to configure execution and peripherals for a given workload, respectively."],["A history of previous versions can be accessed from this page with the most recent version available being 5.17.0."]]],[]]