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-04-02 UTC."],[[["The `HealthChecksScopedList` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, providing a way to manage a collection of health checks."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for robust handling and manipulation of data."],["The `HealthChecksScopedList` class offers two constructors, one default and one that allows for copying an existing `HealthChecksScopedList` object."],["The class includes a `HealthChecks` property, which is a `RepeatedField` list containing `HealthCheck` objects, and a `Warning` property to handle informational messages when the health check list is empty."],["The latest version documented is 3.6.0, with historical documentation available for versions 1.0.0 through 3.5.0."]]],[]]