public sealed class AddressesScopedList : IMessage<AddressesScopedList>, IEquatable<AddressesScopedList>, IDeepCloneable<AddressesScopedList>, 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-04-09 UTC."],[[["The webpage provides documentation for the `AddressesScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 3.5.0."],["The latest version available for reference is 3.6.0, with a total of 29 versions listed, ranging from 1.0.0 to 3.6.0, for `Google.Cloud.Compute.V1.AddressesScopedList`."],["`AddressesScopedList` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The class includes properties for managing addresses (`Addresses`) and providing warnings (`Warning`), as well as constructors for creating instances of the class."],["The `Addresses` property contains a list of addresses, while the `Warning` property is used for outputting informational messages when the address list is empty."]]],[]]