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 document provides reference documentation for the `EnvironmentConfig` class within the Google Cloud Dataproc v1 API, specifically highlighting version 5.3.0."],["The `EnvironmentConfig` class is designed to define the environment configuration for a workload, and it inherits from and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EnvironmentConfig` class includes properties such as `ExecutionConfig` for workload execution settings and `PeripheralsConfig` for managing peripheral access."],["The documentation lists several older versions of the `EnvironmentConfig`, with the latest version being 5.17.0, allowing users to navigate and access documentation for specific older versions."],["The class provides two constructors, a default constructor, and a second constructor that takes another `EnvironmentConfig` object as a parameter for initialization."]]],[]]