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, part of the `Google.Cloud.Compute.V1` namespace, is a core component for managing VPN gateways in Google Cloud's Compute Engine."],["Version 3.6.0 is the latest available version of the VpnGatewaysScopedList, and there is a list of previous versions ranging from 3.5.0 down to 1.0.0 available for access."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with the Google.Protobuf library."],["`VpnGatewaysScopedList` objects contain two primary properties: `VpnGateways`, which is a list of `VpnGateway` objects, and `Warning`, which provides an informational warning when the list of addresses is empty."],["There are two accessible constructors, one default, and one that accepts another VpnGatewaysScopedList object, providing flexibility in its use."]]],[]]