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 latest version of the `Google.Cloud.Compute.V1.AddressesScopedList` is 3.6.0, and the page provides access to documentation for versions ranging from 1.0.0 to 3.6.0."],["The `AddressesScopedList` class, found in the `Google.Cloud.Compute.V1` namespace, implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `AddressesScopedList` class has two constructors: a default constructor `AddressesScopedList()` and a copy constructor `AddressesScopedList(AddressesScopedList other)`."],["The `Addresses` property provides an output-only list of addresses within the scope, and the `Warning` property provides an informational warning when the list is empty."],["The class inherits methods like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]