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."],[[["The latest version of the `CreateApiConfigRequest` class is 2.4.0, and previous versions are also available, ranging back to version 1.0.0."],["This class is a request message for the `ApiGatewayService.CreateApiConfig` method within the Google Cloud API Gateway v1 API, used to create new API configurations."],["`CreateApiConfigRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["The `CreateApiConfigRequest` class has properties such as `ApiConfig`, `ApiConfigId`, and `Parent` (including `ParentAsApiName`) that are essential for configuring and identifying API resources within the request."],["The `CreateApiConfigRequest` class includes two constructors, one default constructor and one copy constructor, to help with object creation."]]],[]]