public sealed class ExecutionConfig : IMessage<ExecutionConfig>, IEquatable<ExecutionConfig>, IDeepCloneable<ExecutionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ExecutionConfig.
[[["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 `ExecutionConfig` class within the Google Cloud Dataproc v1 API, specifically detailing version 5.2.0 and also including links to versions ranging from 5.17.0 down to 3.1.0."],["`ExecutionConfig` is used to set the configuration for a workload, and it inherits from various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExecutionConfig` class has properties such as `KmsKey` for encryption, `NetworkCase` to determine the type of the network, `NetworkTags` for traffic control, `NetworkUri` and `SubnetworkUri` for network connections, and `ServiceAccount` for the workload execution."],["The documentation includes details on the constructors of `ExecutionConfig`, which allow creating instances either with default values or by cloning another `ExecutionConfig` object."],["The `ExecutionConfig` class has inherited members from the Object class, namely; `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are explained in the documentation as well."]]],[]]