public sealed class CreateApiRequest : IMessage<CreateApiRequest>, IEquatable<CreateApiRequest>, IDeepCloneable<CreateApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class CreateApiRequest.
[[["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 documentation for the `CreateApiRequest` class within the Google Cloud API Gateway v1 API, specifically version 2.3.0, detailing its purpose as a request message for `ApiGatewayService.CreateApi`."],["The `CreateApiRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes constructors for creating new instances of `CreateApiRequest`, both with and without an existing `CreateApiRequest` object as a parameter for a copy."],["The class exposes properties such as `Api`, `ApiId`, `Parent`, and `ParentAsLocationName`, which are essential for configuring the API creation request."],["The latest version for this class is 2.4.0, while older versions are available from 1.0.0, including the present version, 2.3.0."]]],[]]