public sealed class UpdateApplicationRequest : IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UpdateApplicationRequest.
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 document provides reference information for the `UpdateApplicationRequest` class within the Google Cloud App Engine v1 API, specifically focusing on version 2.2.0."],["`UpdateApplicationRequest` is a message used to request an update to an application, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateApplicationRequest` class includes properties for `Application`, `Name`, and `UpdateMask`, which are essential for specifying the application to update and the changes to be applied."],["The documentation lists different versions of the API, ranging from version 1.0.0 to the latest version, 2.4.0, with each version linking to its respective documentation for `UpdateApplicationRequest`."],["The class `UpdateApplicationRequest` inherits from `object` and also implements other interfaces, such as `IBufferMessage`, and has inherited members like `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]