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 document provides reference information for the `WorkflowTemplatePlacement` class within the Google Cloud Dataproc v1 API, spanning versions from 3.1.0 to the latest 5.17.0."],["The `WorkflowTemplatePlacement` class is used to define the execution target for workflows, requiring either `managed_cluster` or `cluster_selector` for specifying the cluster."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is within the namespace `Google.Cloud.Dataproc.V1`."],["The `WorkflowTemplatePlacement` class offers two key properties: `ClusterSelector`, allowing for target cluster selection based on metadata, and `ManagedCluster`, for defining a cluster managed by the workflow."],["The latest version of the `WorkflowTemplatePlacement` is version 5.17.0."]]],[]]