public sealed class CreateApplicationRequest : IMessage<CreateApplicationRequest>, IEquatable<CreateApplicationRequest>, IDeepCloneable<CreateApplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class CreateApplicationRequest.
Request message for Applications.CreateApplication.
[[["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."],[[["This page provides reference documentation for the `CreateApplicationRequest` class within the Google Cloud App Engine v1 API, specifically version 2.2.0."],["The `CreateApplicationRequest` class is a request message used for `Applications.CreateApplication` and is part of the `Google.Cloud.AppEngine.V1` namespace."],["The `CreateApplicationRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["This class has two constructors, one default and one that takes another `CreateApplicationRequest` object, and contains an `Application` property of type `Application`, representing the application configuration."],["The page also lists all the available versions of this documentation, with version 2.4.0 being the latest."]]],[]]