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 document provides reference information for the `CreateVersionRequest` class within the Google.Cloud.AppEngine.V1 API, specifically for version 2.1.0."],["`CreateVersionRequest` is used to send requests for creating new versions in the App Engine environment, as indicated by the `Versions.CreateVersion` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["It has two constructors: a default constructor and one that takes another `CreateVersionRequest` object to create a copy, and two properties, Parent and Version."],["The available documentation spans from version 1.0.0 to version 2.4.0 of the Google.Cloud.AppEngine.V1 API."]]],[]]