public sealed class CreateApiConfigRequest : IMessage<CreateApiConfigRequest>, IEquatable<CreateApiConfigRequest>, IDeepCloneable<CreateApiConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class CreateApiConfigRequest.
Request message for ApiGatewayService.CreateApiConfig
[[["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 `CreateApiConfigRequest` class within the Google Cloud API Gateway v1 API, specifically for version 2.1.0."],["`CreateApiConfigRequest` is a request message used for the `ApiGatewayService.CreateApiConfig` method, used to create a new Api Config."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET ecosystem."],["Key properties of this class include `ApiConfig`, `ApiConfigId`, `Parent`, and `ParentAsApiName`, which define the configuration, identifier, and parent resource of the API Config being created."],["The latest version of this API is version 2.4.0, and there are several previous versions also available listed on this page."]]],[]]