public sealed class VpnGatewaysScopedList : IMessage<VpnGatewaysScopedList>, IEquatable<VpnGatewaysScopedList>, IDeepCloneable<VpnGatewaysScopedList>, 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 `VpnGatewaysScopedList` class, found in the `Google.Cloud.Compute.V1` namespace, is available in multiple versions ranging from 1.0.0 to the latest 3.6.0."],["This class inherits from `Object` and implements several interfaces, including `IMessage\u003cVpnGatewaysScopedList\u003e`, `IEquatable\u003cVpnGatewaysScopedList\u003e`, `IDeepCloneable\u003cVpnGatewaysScopedList\u003e`, `IBufferMessage`, and `IMessage`."],["It includes a constructor `VpnGatewaysScopedList` that can be instantiated with no parameters or with another `VpnGatewaysScopedList` object as a parameter, and is within the `Google.Cloud.Compute.V1.dll` assembly."],["The class contains two properties: `VpnGateways`, which is a list of VPN gateways within the current scope, and `Warning`, which provides an informational message when the list of addresses is empty."],["The `VpnGateways` property is of type `RepeatedField\u003cVpnGateway\u003e`, and is for output only, while the `Warning` property is of type `Warning` and is also output only."]]],[]]