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-04-17 UTC."],[[["This document provides information about the `UpdateVersionRequest` class within the `Google.Cloud.AppEngine.V1` namespace, used for updating versions in Google App Engine."],["The `UpdateVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used for data exchange."],["There are two constructors available for creating instances of `UpdateVersionRequest`, one default and another that copies an existing `UpdateVersionRequest`."],["The class includes three key properties: `Name` (a string representing the resource name to update), `UpdateMask` (a field mask for specifying which fields to update), and `Version` (a `Version` object containing the updated version data)."],["Multiple versions of the `UpdateVersionRequest` are referenced, with version 2.4.0 being the latest and 1.0.0 being the oldest, showing the history of updates of the class."]]],[]]