public sealed class ExecutionConfig : IMessage<ExecutionConfig>, IEquatable<ExecutionConfig>, IDeepCloneable<ExecutionConfig>, 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 provides comprehensive reference information for the `ExecutionConfig` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its various versions, with the latest version being 5.17.0."],["The `ExecutionConfig` class is designed for setting up the execution environment for workloads and it inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ExecutionConfig` class include `KmsKey` for encryption, `NetworkCase` for network configuration, `NetworkTags` for traffic control, `NetworkUri` and `SubnetworkUri` for connecting to networks and subnetworks, and `ServiceAccount` for workload execution."],["This documentation outlines the constructors for `ExecutionConfig`, which allows for a default initialization and a copy constructor that take an instance of another `ExecutionConfig` object."],["The documentation shows a list of various versions of the ExecutionConfig class, dating back to version 3.1.0, with links provided for each version, allowing for review and comparison of changes over time."]]],[]]