public sealed class WorkflowTemplatePlacement : IMessage<WorkflowTemplatePlacement>, IEquatable<WorkflowTemplatePlacement>, IDeepCloneable<WorkflowTemplatePlacement>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class WorkflowTemplatePlacement.
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 provides reference documentation for the `WorkflowTemplatePlacement` class within the Google Cloud Dataproc v1 API, specifically for version 5.9.0."],["The `WorkflowTemplatePlacement` class defines where a workflow should be executed, requiring either a `managed_cluster` or `cluster_selector` property."],["The documentation outlines the class's constructors, which include a default constructor and one that accepts another `WorkflowTemplatePlacement` instance for copying."],["The page lists all versions of the API from 3.1.0 to the latest 5.17.0, allowing users to navigate to specific version documentation."],["The `WorkflowTemplatePlacement` class includes the `ClusterSelector` and `ManagedCluster` properties to enable a choice between a specific cluster, or a selector to choose a cluster based on its metadata."]]],[]]