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, used to specify the target for workflow executions."],["The latest version of the `WorkflowTemplatePlacement` documentation is for version 5.17.0, with a range of previous versions also available from 3.1.0 to 5.16.0."],["The `WorkflowTemplatePlacement` class requires either a `managed_cluster` or `cluster_selector` property to be defined to determine where the workflow should be executed."],["The class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing core functionalities for the class."],["The class has properties like `ClusterSelector` and `ManagedCluster`, along with a `PlacementCase` property to represent how a target is defined, and it contains constructors that allow for creating a new `WorkflowTemplatePlacement` object."]]],[]]