public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UpdateVersionRequest.
[[["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 document provides reference information for the `UpdateVersionRequest` class within the Google Cloud App Engine v1 API, specifically version 2.2.0, and also links to other version documentation."],["`UpdateVersionRequest` is used to send a request to update a specific version, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateVersionRequest` class includes properties such as `Name`, `UpdateMask`, and `Version`, which are used to define the resource being updated, the fields to update, and the new version details, respectively."],["There are two constructors available for `UpdateVersionRequest`: one default and one that takes another `UpdateVersionRequest` object to copy."],["The documentation for `UpdateVersionRequest` is available in multiple versions, with the latest being 2.4.0 and includes versions going back to 1.0.0, all within the Google.Cloud.AppEngine.V1 namespace."]]],[]]