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 content focuses on the `UpdateWorkflowTemplateRequest` class within the `Google.Cloud.Dataproc.V1` namespace for .NET, with version 5.17.0 being the latest and many prior versions listed."],["`UpdateWorkflowTemplateRequest` is a class used to request the update of a workflow template, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors available for the `UpdateWorkflowTemplateRequest` class, one default and one that takes another `UpdateWorkflowTemplateRequest` as a parameter."],["The `Template` property of type `WorkflowTemplate` is required when updating a workflow, and the template version must match the current version."]]],[]]