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 a request to update an application in Google Cloud App Engine."],["The `UpdateApplicationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It contains constructors for creating a new `UpdateApplicationRequest` object, either as an empty object, or by copying the data from another `UpdateApplicationRequest` object."],["The class has properties for `Application`, `Name`, and `UpdateMask`, which represent the updated application resource, the application's name, and the fields to be updated, respectively."],["The `UpdateApplicationRequest` class belongs to the `Google.Cloud.AppEngine.V1` namespace, as part of the Google Cloud App Engine .NET client library."]]],[]]