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 implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities like message handling, object comparison, cloning, and buffer manipulation."],["The class provides constructors for creating new `UpdateApplicationRequest` instances, either as empty objects or by copying existing ones."],["Key properties of `UpdateApplicationRequest` include `Application` (containing the resource to be updated), `Name` (specifying the resource's name), and `UpdateMask` (defining which fields should be modified)."],["This page documents the version 1.4.0 of the class, but shows links to versions from 1.0.0 up to 2.4.0."]]],[]]