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."],[[["This webpage details the `UpdateApplicationRequest` class, which is used to send requests for updating application resources within the Google Cloud App Engine V1 API."],["The `UpdateApplicationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The class has properties like `Application`, `Name`, and `UpdateMask`, which are used to specify the updated application resource, its name, and the fields that should be updated, respectively."],["There are two constructors available to create an `UpdateApplicationRequest` object: a default constructor and a copy constructor."],["The available versions for the content is between 1.0.0 and 2.4.0, where 2.4.0 is the latest."]]],[]]