public sealed class GetVpnGatewayRequest : IMessage<GetVpnGatewayRequest>, IEquatable<GetVpnGatewayRequest>, IDeepCloneable<GetVpnGatewayRequest>, IBufferMessage, IMessage
A request message for VpnGateways.Get. See the method description for details.
[[["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 `GetVpnGatewayRequest` is 3.6.0, which can be found in the `Google.Cloud.Compute.V1` namespace documentation."],["The `GetVpnGatewayRequest` class is a request message for retrieving details about VPN gateways, as part of the VpnGateways.Get method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are part of the Protobuf library and others from the .NET library."],["The `GetVpnGatewayRequest` class has three key properties: `Project` (Project ID), `Region` (Region name), and `VpnGateway` (VPN gateway name), all of which are of type string."],["The `GetVpnGatewayRequest` class offers two constructors, one parameterless and one that accepts another `GetVpnGatewayRequest` instance for cloning."]]],[]]