public sealed class UpdateApplicationRequest : IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessage
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 send requests for updating application resources in Google Cloud App Engine, specifically within the `Applications.UpdateApplication` service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in data transfer, comparison, deep cloning, and buffer handling."],["It features properties such as `Application`, `Name`, and `UpdateMask` to specify the application resource to update, the resource's name, and which fields are being modified."],["The class also includes two constructors, a default constructor and one that accepts another `UpdateApplicationRequest` object, allowing for the creation and copying of update requests."],["The latest version available is 2.4.0 and there are several previous versions available, all the way back to version 1.0.0."]]],[]]