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."],[[["The page details the `UpdateWorkflowTemplateRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used for updating workflow templates in Google Cloud Dataproc."],["Version 5.17.0 is the latest version of the `UpdateWorkflowTemplateRequest`, with a range of versions available, from 3.1.0 all the way up to the latest 5.17.0."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a required `Template` property of type `WorkflowTemplate`, which is where you specify the updated details of the workflow template."],["There are two constructors available for `UpdateWorkflowTemplateRequest`, one default and one that clones from an existing `UpdateWorkflowTemplateRequest` instance."]]],[]]