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 webpage details the `UpdateVersionRequest` class, which is used to send requests for updating versions within the Google Cloud App Engine."],["The latest version of this class is 2.4.0, while version 1.1.0 is the main version that this specific document refers to."],["`UpdateVersionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateVersionRequest` class contains properties such as `Name`, `UpdateMask`, and `Version`, which are used to specify the resource, fields, and updated resource data, respectively."],["The `UpdateVersionRequest` has two constructors: a default constructor and a constructor that accepts another `UpdateVersionRequest` object."]]],[]]