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