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, used for updating workflow templates in Google Cloud Dataproc."],["The `UpdateWorkflowTemplateRequest` class is part of version 3.2.0 of the Google Cloud Dataproc library and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 5.17.0, with the documentation page also listing previous versions of the `UpdateWorkflowTemplateRequest` class from version 3.1.0 up to 5.16.0."],["The `UpdateWorkflowTemplateRequest` class includes a constructor and a `Template` property, which requires a `WorkflowTemplate` object to specify the details of the update."]]],[]]