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."],[[["The `UpdateVersionRequest` class is used to send requests for updating versions in the Google Cloud App Engine, specifically within the `Google.Cloud.AppEngine.V1` namespace."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["It provides a constructor that can either be default or copy from another `UpdateVersionRequest`, allowing for flexible object instantiation."],["The class includes properties like `Name`, `UpdateMask`, and `Version`, which are essential for specifying the resource to be updated, the fields to update, and the updated version details, respectively."],["There are several versions of this documentation, from 1.0.0 up to 2.4.0, with 2.4.0 being the most recent."]]],[]]