public sealed class RoutersScopedList : IMessage<RoutersScopedList>, IEquatable<RoutersScopedList>, IDeepCloneable<RoutersScopedList>, 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 `RoutersScopedList` class is a part of the `Google.Cloud.Compute.V1` namespace, found within the `Google.Cloud.Compute.V1.dll` assembly, and it's used to handle lists of routers within a specific scope."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, equality checking, deep cloning, and buffer operations respectively."],["The class has two constructors, a default one `RoutersScopedList()` and another `RoutersScopedList(RoutersScopedList other)` that takes another instance of the same class for copying purposes."],["`RoutersScopedList` includes two properties, `Routers`, a `RepeatedField` that contains a list of `Router` objects, and `Warning`, which provides an informational message if the router list is empty."],["The page provides a comprehensive version history, detailing releases from version 1.0.0 up to the latest version 3.6.0 for the `Google.Cloud.Compute.V1.RoutersScopedList`."]]],[]]