public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
[[["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 document outlines the `UpdateVersionRequest` class, which is used to send update requests for versions within Google Cloud App Engine."],["The `UpdateVersionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["The class provides constructors to create instances, either as a new object or as a copy of an existing `UpdateVersionRequest` object."],["It includes properties such as `Name`, `UpdateMask`, and `Version`, which are essential for specifying the target resource and the details of the update."],["The document shows different versions of the API, starting at version 1.0.0 up to the latest version 2.4.0, allowing the user to navigate to the version they are targeting."]]],[]]