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"]],[["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."],[[["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."]]],[]]