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 webpage details the `WorkflowTemplatePlacement` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for version 3.2.0 of the Google Cloud Dataproc .NET library."],["`WorkflowTemplatePlacement` specifies the target for workflow execution, requiring either a `managed_cluster` or `cluster_selector` to be defined."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer operations."],["The `WorkflowTemplatePlacement` class provides two constructors, a default one and one that takes another `WorkflowTemplatePlacement` instance, enabling the creation of new objects or copies."],["The class contains the properties `ClusterSelector`, `ManagedCluster`, and `PlacementCase`, allowing users to define how the workflow is targeted and to specify the type of cluster it will use."]]],[]]