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-04-09 UTC."],[[["The provided content details the `ExecutionConfig` class within the Google Cloud Dataproc v1 API, outlining its properties, constructors, inheritance, and implemented interfaces."],["The documentation covers a range of versions of the `ExecutionConfig` class, from version 3.1.0 up to the latest version, 5.17.0, which is the current up to date release."],["`ExecutionConfig` is designed for workload execution within the Dataproc environment, allowing users to specify configurations like encryption keys (`KmsKey`), network tags (`NetworkTags`), network URI (`NetworkUri`), service account (`ServiceAccount`), and subnetwork URI (`SubnetworkUri`)."],["The `ExecutionConfig` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET and Google Protobuf functionalities."]]],[]]