public sealed class TargetVpnGatewaysScopedList : IMessage<TargetVpnGatewaysScopedList>, IEquatable<TargetVpnGatewaysScopedList>, IDeepCloneable<TargetVpnGatewaysScopedList>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `TargetVpnGatewaysScopedList` class in the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0 and version 2.6.0 being the current focus."],["This class is part of the Google Cloud Compute V1 API and is designed to represent a list of target VPN gateways, as indicated by the `TargetVpnGateways` property."],["The `TargetVpnGatewaysScopedList` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it's designed for data interchange and deep cloning within the protocol buffers framework."],["The class has two constructors: a default constructor and a constructor that accepts another `TargetVpnGatewaysScopedList` object for copying."],["The `Warning` property allows the inclusion of an informational warning, which is used when the list of addresses is empty, per the output only note."]]],[]]