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"]],[["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 send requests for updating application resources in Google Cloud App Engine, as part of the `Google.Cloud.AppEngine.V1` namespace."],["This class, which is part of version 1.0.0, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateApplicationRequest` class has properties such as `Application`, `Name`, and `UpdateMask`, allowing for the specification of the application to be updated, its name, and the fields to be modified."],["There are multiple versions of the `UpdateApplicationRequest` class, with version 2.4.0 being the latest, with versions as old as 1.0.0 also available."],["The class inherits from the base `Object` class, with inherited members including methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]