public sealed class CreateGatewayRequest : IMessage<CreateGatewayRequest>, IEquatable<CreateGatewayRequest>, IDeepCloneable<CreateGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class CreateGatewayRequest.
Request message for ApiGatewayService.CreateGateway
[[["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 available for the `CreateGatewayRequest` API is 2.4.0, but the current documentation is for version 2.2.0."],["`CreateGatewayRequest` is a class within the `Google.Cloud.ApiGateway.V1` namespace used to send requests to create a new Gateway via the ApiGatewayService."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateGatewayRequest` class includes properties such as `Gateway`, `GatewayId`, `Parent`, and `ParentAsLocationName`, which are essential for configuring the creation of a new Gateway resource."],["The CreateGatewayRequest class provides two constructors: a default parameterless one and one which takes another instance of CreateGatewayRequest as a parameter."]]],[]]