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-04-02 UTC."],[[["The latest version available for `HealthCheckReference` is 3.6.0, with documentation links provided for versions ranging from 3.6.0 down to 1.0.0."],["`HealthCheckReference` is a class that represents a URL to a health check, supporting full or partial URLs like those beginning with `https://www.googleapis.com` or simply `global/httpHealthChecks/health-check`."],["The class `HealthCheckReference` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Compute.V1` namespace."],["The class has two constructors, one default and another that accepts a `HealthCheckReference` object, along with two properties: `HasHealthCheck` which tells if the \"health_check\" field is set and `HealthCheck` which holds the string value."],["`HealthCheckReference` inherits members from the base `Object` class and the assembly of the class is the `Google.Cloud.Compute.V1.dll`."]]],[]]