public sealed class GetTargetVpnGatewayRequest : IMessage<GetTargetVpnGatewayRequest>, IEquatable<GetTargetVpnGatewayRequest>, IDeepCloneable<GetTargetVpnGatewayRequest>, IBufferMessage, IMessage
A request message for TargetVpnGateways.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 `GetTargetVpnGatewayRequest` class is a request message used for retrieving details about a specific Target VPN Gateway and is part of the `Google.Cloud.Compute.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `GetTargetVpnGatewayRequest` class has constructors to create new instances, either default or by cloning from another instance of the same class."],["It includes properties such as `Project`, `Region`, and `TargetVpnGateway`, all of type `String`, to specify the project ID, region name, and target VPN gateway name for the request."],["There are multiple versions of the `Google.Cloud.Compute.V1` package available, with version 3.6.0 being the latest, and a historical list of versions spanning back to 1.0.0 that is available."]]],[]]