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."],[[["This document outlines the `ExecutionConfig` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its properties and inheritance from various interfaces and objects."],["The latest version of `ExecutionConfig` is accessible via the 5.17.0 link, and a range of versions from 5.16.0 down to 3.1.0 are also documented."],["`ExecutionConfig` provides options for workload execution, including specifying a Cloud KMS key for encryption, network tags for traffic control, and a service account for workload execution."],["Network connectivity for workloads can be defined through the `NetworkUri` or `SubnetworkUri` properties."],["The `ExecutionConfig` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to perform various operations like deep cloning and equality comparisons."]]],[]]