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."],["The latest version of the API documentation available is 5.17.0, while the current page is for version 5.9.0, with various other versions listed, ranging back to version 3.1.0."],["The `UpdateWorkflowTemplateRequest` class is used to send a request to update a workflow template, requiring the `template.version` to match the current version."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to ensure all required features are available."],["The `Template` property, of type `WorkflowTemplate`, is a required field within `UpdateWorkflowTemplateRequest`, and represents the updated workflow template to be applied."]]],[]]