public sealed class WorkflowTemplatePlacement : IMessage<WorkflowTemplatePlacement>, IEquatable<WorkflowTemplatePlacement>, IDeepCloneable<WorkflowTemplatePlacement>, IBufferMessage, IMessage
Specifies workflow execution target.
Either managed_cluster or cluster_selector is required.
[[["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 page details the `WorkflowTemplatePlacement` class within the `Google.Cloud.Dataproc.V1` namespace, used for specifying workflow execution targets in Google Cloud Dataproc."],["The latest version documented is 5.17.0, and the page covers a range of versions from 3.1.0 up to the latest, with the full list provided for navigation."],["`WorkflowTemplatePlacement` objects can be instantiated with a default constructor or by copying another `WorkflowTemplatePlacement` object, as it is shown with its constructors."],["The class properties include `ClusterSelector`, which is used to dynamically select a target cluster for jobs, and `ManagedCluster`, used for specifying a workflow-managed cluster."],["Either `managed_cluster` or `cluster_selector` is required when using the `WorkflowTemplatePlacement` class to define how the workflow will run, and the class also implements multiple interfaces, including `IMessage` and `IEquatable`."]]],[]]