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