public sealed class HealthChecksScopedList : IMessage<HealthChecksScopedList>, IEquatable<HealthChecksScopedList>, IDeepCloneable<HealthChecksScopedList>, 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 page provides documentation for the `HealthChecksScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.13.0, alongside various previous versions, with the latest version being 3.6.0."],["The `HealthChecksScopedList` class is part of the `Google.Cloud.Compute.V1.dll` assembly and inherits from the `object` class, while also implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors: a default constructor, `HealthChecksScopedList()`, and another that takes an existing `HealthChecksScopedList` object as a parameter for creating a new one."],["It features two primary properties: `HealthChecks`, a `RepeatedField` of `HealthCheck` objects, which contains the health checks in the scope, and `Warning`, which is a `Warning` object that provides information when the list of backend services is empty."],["Multiple versions are available, ranging from 1.0.0 to 3.6.0, in addition to version 2.13.0, which this documentation is for, with a link to each version's documentation."]]],[]]