public sealed class UpdateWorkflowTemplateRequest : IMessage<UpdateWorkflowTemplateRequest>, IEquatable<UpdateWorkflowTemplateRequest>, IDeepCloneable<UpdateWorkflowTemplateRequest>, IBufferMessage, IMessage
[[["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 page details the `UpdateWorkflowTemplateRequest` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for version 3.3.0 of the library."],["`UpdateWorkflowTemplateRequest` is used to request updates to a workflow template and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Template` property within `UpdateWorkflowTemplateRequest` is required and it accepts a `WorkflowTemplate` object, with the condition that the `template.version` must match the current version."],["The page provides documentation for the `UpdateWorkflowTemplateRequest` class, including its constructors and the available properties, alongside a list of previous versions, with 5.17.0 being the latest."]]],[]]