public sealed class BackendServicesScopedList : IMessage<BackendServicesScopedList>, IEquatable<BackendServicesScopedList>, IDeepCloneable<BackendServicesScopedList>, 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-24 UTC."],[[["The document outlines the `BackendServicesScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation of various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class serves as a container for a list of `BackendService` objects, accessible through the `BackendServices` property of type `RepeatedField\u003cBackendService\u003e`."],["The class also includes a `Warning` property, which is utilized to provide informational warnings when the list of backend services is found to be empty."],["The webpage lists the available versions of the `BackendServicesScopedList`, ranging from the latest 3.6.0 to older versions like 1.0.0, allowing users to access documentation specific to each version."],["The `BackendServicesScopedList` class can be constructed using a default constructor, or by copying the data of another `BackendServicesScopedList`."]]],[]]