public sealed class CreateApiVersionRequest : IMessage<CreateApiVersionRequest>, IEquatable<CreateApiVersionRequest>, IDeepCloneable<CreateApiVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class CreateApiVersionRequest.
[[["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."],[[["The `CreateApiVersionRequest` class is used to create a request for the `CreateApiVersion` method within the Apigee Registry v1 API, and it's found within the `Google.Cloud.ApigeeRegistry.V1` namespace."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `CreateApiVersionRequest` has properties such as `ApiVersion`, `ApiVersionId`, `Parent`, and `ParentAsApiName`, which are necessary to define the version being created along with its identification, its parent resource, and the name of the parent as an API name."],["Two constructors are available for `CreateApiVersionRequest`, one being the default constructor and the other taking another instance of `CreateApiVersionRequest` as a parameter, facilitating the creation of objects with or without an existing object."],["The latest version of this class in the documentation is `1.0.0-beta07`, with `1.0.0-beta06` also available."]]],[]]