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-03-21 UTC."],[[["The `ExecutionConfig` class in the `Google.Cloud.Dataproc.V1` namespace defines the execution configuration for a workload and is part of version 3.3.0 of the library."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various methods and functionalities."],["It provides constructors for creating `ExecutionConfig` objects, either empty or by copying another `ExecutionConfig` instance, allowing for parameter initialization."],["The class includes properties like `KmsKey`, `NetworkCase`, `NetworkTags`, `NetworkUri`, `ServiceAccount`, and `SubnetworkUri`, enabling users to configure encryption, network settings, and service account details."],["The provided documentation references multiple versions of the `ExecutionConfig` class, ranging from 3.1.0 up to 5.17.0, with 5.17.0 being the latest version available."]]],[]]