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."],[[["The `WorkflowTemplatePlacement` class specifies the execution target for workflows in Google Cloud Dataproc, allowing for either a managed cluster or cluster selection."],["Version 5.17.0 is the latest version, with a comprehensive history of versions available, spanning from 5.0.0 to 5.17.0, along with versions 3.1.0, 3.2.0, 3.3.0, and 3.4.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["`WorkflowTemplatePlacement` provides two constructors, one default and another that accepts a `WorkflowTemplatePlacement` object for creating a copy."],["It also exposes properties to handle `ClusterSelector` and `ManagedCluster` options in addition to handling the `PlacementCase`."]]],[]]