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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]