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-03-21 UTC."],[[["This page provides reference documentation for the `UpdateWorkflowTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically for .NET development."],["The `UpdateWorkflowTemplateRequest` class is designed to handle requests for updating workflow templates in Google Cloud Dataproc, which has versions ranging from 3.1.0 to 5.17.0."],["The current version highlighted on this page is 5.13.0 of the `UpdateWorkflowTemplateRequest`, with the latest version being 5.17.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in managing workflow template updates."],["The update to workflow templates is done through a required `template` property, which is of the type `WorkflowTemplate` and its version must match the current version of the object."]]],[]]