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"]],[["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 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."]]],[]]