public sealed class GetVpnGatewayRequest : IMessage<GetVpnGatewayRequest>, IEquatable<GetVpnGatewayRequest>, IDeepCloneable<GetVpnGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetVpnGatewayRequest.
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 `GetVpnGatewayRequest` class in the Google.Cloud.Compute.V1 namespace is used to request details about a VPN gateway, as indicated by the class's role in the VpnGateways.Get method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Cloud Protobuf ecosystem."],["The class includes constructors to create a new `GetVpnGatewayRequest` object, either empty or as a copy of an existing one."],["The `GetVpnGatewayRequest` class has properties for `Project`, `Region`, and `VpnGateway`, all of which are strings and are used to specify the project, region, and name of the target VPN gateway in the request."],["This content provides links to various versions of the `GetVpnGatewayRequest` documentation, ranging from version 1.0.0 up to the latest 3.6.0, offering comprehensive information for developers working with different iterations of the Compute Engine API."]]],[]]