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 latest version of the `CreateApplicationRequest` API class for Google Cloud App Engine v1 is version 2.4.0, accessible via a direct link."],["This class is used to define request messages for creating applications, specifically for the `Applications.CreateApplication` service, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateApplicationRequest` class includes constructors for creating new instances, either empty or based on an existing `CreateApplicationRequest` object."],["The class contains an `Application` property of type `Google.Cloud.AppEngine.V1.Application` that allows for configuring application settings."],["There are a total of ten available versions, ranging from version 1.0.0 to the latest version 2.4.0."]]],[]]