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 `UpdateApplicationRequest` class is used to update an application resource within the Google Cloud App Engine v1 API."],["The latest version of this class is 2.4.0, with multiple prior versions ranging from 1.0.0 to 2.3.0 also available."],["The `UpdateApplicationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties such as `Application`, `Name`, and `UpdateMask` for specifying the application to update, its name, and the fields to be updated."],["The class provides two constructors: a default constructor `UpdateApplicationRequest()` and an overloaded constructor `UpdateApplicationRequest(UpdateApplicationRequest other)` for copying existing instances."]]],[]]