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 latest version of `UpdateApplicationRequest` is 2.4.0, but this page details the 1.2.0 version."],["`UpdateApplicationRequest` is a request message used to update an application, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides constructors for creating new instances, either default or by copying an existing `UpdateApplicationRequest`."],["Key properties of `UpdateApplicationRequest` include `Application`, `Name`, and `UpdateMask`, which are used to specify the updated application data, the resource name, and the fields to be updated, respectively."],["`UpdateApplicationRequest` is contained within the `Google.Cloud.AppEngine.V1` namespace and is part of the `Google.Cloud.AppEngine.V1.dll` assembly."]]],[]]