public sealed class GetGatewayRequest : IMessage<GetGatewayRequest>, IEquatable<GetGatewayRequest>, IDeepCloneable<GetGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services 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."],[[["The `GetGatewayRequest` class is used to make requests to the `GetGateway` method within the Network Services v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `GetGatewayRequest` class contains two properties, `GatewayName` and `Name`, where `Name` is a required field representing the name of the Gateway resource in the format `projects/*/locations/*/gateways/*`."],["The class includes two constructors: a default constructor and a constructor that takes another `GetGatewayRequest` object as a parameter for copying."]]],[]]