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 `AddressesScopedList` class represents a list of addresses within a specific scope, available in the `Google.Cloud.Compute.V1` namespace, and is implemented in the Google.Cloud.Compute.V1.dll assembly."],["This class offers various versions, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest available version."],["It inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows it to integrate with the Google Protocol Buffers library."],["The class includes two constructors: a default one (`AddressesScopedList()`) and another that accepts an `AddressesScopedList` object for creating a copy."],["It contains two main properties: `Addresses`, a read-only list of `Address` objects, and `Warning`, which provides informational warnings if the address list is empty."]]],[]]