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."],[[["This webpage provides documentation for the `AddressesScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.15.0."],["The `AddressesScopedList` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The latest version of the documentation is version 3.6.0, and other previous versions from 1.0.0 up to 3.5.0 are available for this class."],["The class includes two constructors: a default constructor `AddressesScopedList()` and a constructor that accepts another `AddressesScopedList` object as a parameter, `AddressesScopedList(AddressesScopedList other)`."],["The `AddressesScopedList` class exposes two main properties, `Addresses`, which is a `RepeatedField` of `Address` objects, and `Warning`, which is used to display a warning message when the list of addresses is empty."]]],[]]