public sealed class HealthCheckReference : IMessage<HealthCheckReference>, IEquatable<HealthCheckReference>, IDeepCloneable<HealthCheckReference>, 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."],[[["The `HealthCheckReference` class, part of the `Google.Cloud.Compute.V1` namespace, provides a way to represent a reference to a health check, with a variety of versions available from 1.0.0 to 3.6.0."],["The latest version of the health check documentation available is 3.6.0, and this class can represent health check URLs in different formats, including full URLs and partial paths."],["`HealthCheckReference` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["The class includes a constructor for creating new instances and one for cloning existing `HealthCheckReference` objects, along with properties to manage the health check's string representation and to check if it's been set."],["This documentation shows a comprehensive list of versions, providing a historical view of the `HealthCheckReference` class across multiple releases of the Google Cloud Compute .NET library."]]],[]]