public sealed class CreateGatewayRequest : IMessage<CreateGatewayRequest>, IEquatable<CreateGatewayRequest>, IDeepCloneable<CreateGatewayRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `CreateGatewayRequest` class, which is a request message used for `ApiGatewayService.CreateGateway` in the Google Cloud API Gateway V1."],["The `CreateGatewayRequest` class has several versions, with the latest being 2.4.0 and this page's version being 2.0.0, and it inherits from `Object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateGatewayRequest` class includes constructors for default initialization and copying from another `CreateGatewayRequest` object, with the copy constructor taking another instance of the class as a parameter."],["The class contains properties such as `Gateway`, `GatewayId`, `Parent`, and `ParentAsLocationName`, which are used to define and structure the gateway creation request."],["The properties of this request are crucial for creating a gateway, with `Gateway` being a resource, `GatewayId` being a unique identifier, and `Parent` defining the location."]]],[]]