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."],[[["This webpage details the `GetTargetVpnGatewayRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to send a request to retrieve information about a specific target VPN gateway."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured messages within the Google Cloud .NET environment."],["The page lists numerous available versions of the `GetTargetVpnGatewayRequest` class, ranging from the latest `3.6.0` down to `1.0.0`, providing access to different iterations of the API."],["`GetTargetVpnGatewayRequest` class has three properties: `Project`, `Region`, and `TargetVpnGateway`, all of which are strings and are used to specify the project, region, and the target VPN gateway for the request."],["The class has two constructors: one default and one that can be used to make a copy of an existing `GetTargetVpnGatewayRequest` object, allowing for object duplication."]]],[]]