public sealed class UpdateWorkflowTemplateRequest : IMessage<UpdateWorkflowTemplateRequest>, IEquatable<UpdateWorkflowTemplateRequest>, IDeepCloneable<UpdateWorkflowTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class UpdateWorkflowTemplateRequest.
[[["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-04-17 UTC."],[[["This page provides documentation for the `UpdateWorkflowTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.16.0."],["The `UpdateWorkflowTemplateRequest` class is used to send a request to update a workflow template and requires the `template.version` field to match the current version."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The document showcases a history of versions available for the `UpdateWorkflowTemplateRequest` ranging from version 3.1.0 up to the latest version, 5.17.0."],["The `Template` property, a `WorkflowTemplate` object, is the required parameter for updating a workflow template in the request."]]],[]]