public sealed class CreateVersionRequest : IMessage<CreateVersionRequest>, IEquatable<CreateVersionRequest>, IDeepCloneable<CreateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class CreateVersionRequest.
[[["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 `CreateVersionRequest` class within the Google Cloud App Engine v1 API, specifically for version 2.3.0."],["`CreateVersionRequest` is used as a request message for `Versions.CreateVersion` and it inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one parameterless and one that takes another `CreateVersionRequest` object, allowing for object duplication."],["It includes properties such as `Parent`, which is a string specifying the parent resource, and `Version`, which handles the application deployment configuration."],["The latest version is 2.4.0 and you can navigate to older versions of this document, back to version 1.0.0."]]],[]]