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-04-17 UTC."],[[["This page provides reference documentation for the `WorkflowTemplatePlacement` class within the Google Cloud Dataproc v1 API, specifically version 5.16.0."],["The `WorkflowTemplatePlacement` class is used to specify the target for workflow execution, requiring either a `managed_cluster` or `cluster_selector` property to be set."],["This class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the namespace `Google.Cloud.Dataproc.V1`."],["There are two constructors available for `WorkflowTemplatePlacement`, a default constructor, and another that copies an existing `WorkflowTemplatePlacement` object."],["The documentation highlights that the `WorkflowTemplatePlacement` class includes properties such as `ClusterSelector` and `ManagedCluster` for defining the target cluster and `PlacementCase` to get the `PlacementOneofCase` value."]]],[]]