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-02 UTC."],[[["The `AddressesScopedList` class, found within the `Google.Cloud.Compute.V1` namespace, is the primary focus, representing a list of addresses within a specific scope in the Google Cloud Compute environment, with its latest version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The `AddressesScopedList` class has two constructors, a default one and another to build from another instance of itself, and exposes two properties: `Addresses`, which is a repeated field of `Address` type, and `Warning`, which holds informational warning details."],["The available versions for the `AddressesScopedList` class range from 1.0.0 to 3.6.0, providing access to different iterations of this functionality for the user."],["It inherits and uses base members such as GetHashCode, GetType, MemberwiseClone, and ToString which are all from the base Object Class."]]],[]]