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."],[[["The `CreateApplicationRequest` class is part of the Google Cloud App Engine v1 API, specifically found in the `Google.Cloud.AppEngine.V1` namespace."],["This class serves as a request message for creating applications via the `Applications.CreateApplication` method."],["The `CreateApplicationRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateApplicationRequest\u003e`, `IDeepCloneable\u003cCreateApplicationRequest\u003e`, and `IBufferMessage`."],["The `CreateApplicationRequest` class offers two constructors, one default constructor and another that accepts another `CreateApplicationRequest` object for copying."],["The `CreateApplicationRequest` class has an `Application` property that is of type `Application`, which is used to set application configurations when creating a request."]]],[]]