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 details the `AddressesScopedList` class within the `Google.Cloud.Compute.V1` namespace, a part of the Google Cloud Compute API for .NET."],["The `AddressesScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The webpage lists multiple versions of the `Google.Cloud.Compute.V1` package, ranging from the latest `3.6.0` down to `1.0.0`, each with a link to its respective documentation for the `AddressesScopedList`."],["The `AddressesScopedList` class has two constructors, a default one `AddressesScopedList()` and a copy constructor `AddressesScopedList(AddressesScopedList other)`, that takes an AddressesScopedList as an input."],["It contains two important properties, `Addresses` of type RepeatedField\\\u003cAddress\u003e, which is a list of addresses, and `Warning`, of type Warning, which is used to provide a warning when the list is empty."]]],[]]