public sealed class GetGatewayRequest : IMessage<GetGatewayRequest>, IEquatable<GetGatewayRequest>, IDeepCloneable<GetGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class GetGatewayRequest.
[[["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 provides documentation for the `GetGatewayRequest` class within the Google Cloud API Gateway v1 API."],["The `GetGatewayRequest` class is used as a request message for the `ApiGatewayService.GetGateway` method, and it inherits from the `object` class."],["The latest version of this documentation is 2.4.0, with older versions ranging down to 1.0.0 available as well."],["`GetGatewayRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, supporting cloning and message operations."],["The class includes properties like `GatewayName` and `Name`, the latter of which represents the resource name of a gateway and is a required string of the form `projects/*/locations/*/gateways/*`."]]],[]]