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-03-21 UTC."],[[["The `UpdateVersionRequest` class is used to request updates to a specific version in the App Engine v1 API."],["The latest version available for the `UpdateVersionRequest` is 2.4.0, with versions ranging back to 1.0.0 being accessible."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UpdateVersionRequest` class includes properties such as `Name`, `UpdateMask`, and `Version` for specifying the resource to update, the fields to be updated, and the updated resource data."],["Constructors for `UpdateVersionRequest` include a parameterless constructor and one that accepts another `UpdateVersionRequest` instance for copying data."]]],[]]