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 webpage provides reference documentation for the `UpdateWorkflowTemplateRequest` class within the Google Cloud Dataproc V1 API, specifically for .NET development."],["The content covers versions ranging from 3.1.0 to the latest version 5.17.0 of the `UpdateWorkflowTemplateRequest` class in Google.Cloud.Dataproc.V1."],["`UpdateWorkflowTemplateRequest` is used to request updates to a workflow template and is part of the Google.Cloud.Dataproc.V1 namespace, residing in the Google.Cloud.Dataproc.V1.dll assembly."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, as well as containing properties and constructors."],["The `Template` property, of type `WorkflowTemplate`, is a required field for this request, where the `template.version` field must align with the current version."]]],[]]