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 latest version available is 2.4.0, with other versions ranging down to 1.0.0 listed for the Google.Cloud.AppEngine.V1.UpdateVersionRequest."],["The `UpdateVersionRequest` class is used to send a request to update a version and it inherits from `Object`, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `Name`, `UpdateMask`, and `Version`, allowing for specifying the resource to be updated, the fields to modify, and the new version data, respectively."],["There are two constructors available, one being the default and the other taking a `UpdateVersionRequest` as a parameter."]]],[]]