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-04-02 UTC."],[[["This webpage provides documentation for the `GetVpnGatewayRequest` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment, spanning from version 1.0.0 to 3.6.0."],["The `GetVpnGatewayRequest` class is used to send requests to the VpnGateways.Get method for retrieving VPN gateway details, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the base `Object` class and includes constructors for creating new instances, either empty or by cloning an existing `GetVpnGatewayRequest`."],["The class contains properties for managing request details, including `Project` (Project ID), `Region` (region name), and `VpnGateway` (VPN gateway name), each stored as a string."],["The latest version available is 3.6.0 while the current version documented is 1.2.0, this page has historical documentation for 29 different versions of the class."]]],[]]