public sealed class UpdateApplicationRequest : IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UpdateApplicationRequest.
Request message for Applications.UpdateApplication.
[[["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 latest version available for the `UpdateApplicationRequest` is 2.4.0, with a history of versions down to 1.0.0."],["`UpdateApplicationRequest` is a request message class used for the `Applications.UpdateApplication` functionality within the App Engine v1 API."],["The `UpdateApplicationRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties for `Application`, `Name`, and `UpdateMask`, providing ways to specify which application is being updated and how."],["It offers two constructors: one default constructor, and another to make a copy of another `UpdateApplicationRequest` class."]]],[]]