public sealed class GetTargetVpnGatewayRequest : IMessage<GetTargetVpnGatewayRequest>, IEquatable<GetTargetVpnGatewayRequest>, IDeepCloneable<GetTargetVpnGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetVpnGatewayRequest.
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 provides reference documentation for the `GetTargetVpnGatewayRequest` class in the Google Cloud Compute Engine v1 API, with version 3.6.0 being the latest release."],["The `GetTargetVpnGatewayRequest` class is used to make requests to retrieve details about a specific target VPN gateway and is found within the `Google.Cloud.Compute.V1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality for message handling, comparison, cloning, and buffering."],["Key properties of the `GetTargetVpnGatewayRequest` class include `Project`, `Region`, and `TargetVpnGateway`, which are all strings that specify the project, region, and name of the target VPN gateway, respectively."],["This documentation also lists all the available previous versions, going as far back as version 1.0.0."]]],[]]