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."],[[["The content provides reference documentation for the `UpdateWorkflowTemplateRequest` class within the Google Cloud Dataproc V1 API, specifically for .NET development."],["It lists various versions of the API, ranging from version 3.1.0 to the latest version 5.17.0, with each version providing documentation on the `UpdateWorkflowTemplateRequest` class."],["The `UpdateWorkflowTemplateRequest` class is used to submit a request for updating a workflow template in Google Cloud Dataproc, and it inherits from several interfaces and implements other classes."],["The documentation provides details on the constructors of the class, including a default constructor and one that accepts another `UpdateWorkflowTemplateRequest` instance."],["It details the `Template` property of the `UpdateWorkflowTemplateRequest` which is a required field of type `WorkflowTemplate`, specifying that the template's version must match the current one."]]],[]]