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-03-21 UTC."],[[["The `AddressesScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is available in multiple versions, ranging from version 1.0.0 to the latest 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparison, deep cloning, and buffer operations."],["`AddressesScopedList` contains two main properties: `Addresses`, which is a `RepeatedField` of `Address` objects representing a list of addresses, and `Warning`, which provides an informational warning if the address list is empty."],["The latest version, 3.6.0, is identified at the top of the version list, while the current page is for version 2.17.0, and all versions between are also available for view."],["The class has two constructors: a parameterless constructor and another that takes another `AddressesScopedList` object as a parameter, allowing for initialization and cloning."]]],[]]