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-31 UTC."],[[["The `HealthChecksScopedList` class is a part of the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly, representing a specific version (2.2.0) of the Google Cloud Compute library."],["This class provides functionality related to health checks, as indicated by its name and the `HealthChecks` property, which is a list of `HealthCheck` objects within a defined scope."],["The `HealthChecksScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer message operations."],["It includes a `Warning` property, which is used to provide an informational warning when the list of backend services is empty."],["This resource has a number of different versions, ranging from 1.0.0 to 3.6.0 which is the latest, and each can be accessed by their corresponding link."]]],[]]