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."],[[["Version 5.17.0 is the latest version available for the `ExecutionConfig` class in the `Google.Cloud.Dataproc.V1` namespace, with several previous versions also available, down to version 3.1.0."],["The `ExecutionConfig` class is used for defining execution settings for workloads and is part of the `Google.Cloud.Dataproc.V1` library."],["It offers configuration options like `KmsKey` for encryption, `NetworkTags` for traffic control, and the `NetworkUri`/`SubnetworkUri` to specify network connections, as well as a `ServiceAccount` property."],["`ExecutionConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors: one default constructor and one that takes another `ExecutionConfig` object for copying properties."]]],[]]