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."],[[["This webpage provides documentation for the `HealthCheckReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its various versions and implementation."],["The `HealthCheckReference` class represents a reference to a health check, and valid URLs can include full URLs or partial paths, such as `projects/project-id/global/httpHealthChecks/health-check` or `global/httpHealthChecks/health-check`."],["The latest version of this class is `3.6.0` but this webpage shows documentation and links to previous versions ranging from `1.0.0` to the latest."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members from the base `Object` class."],["The class `HealthCheckReference` contains the properties `HasHealthCheck`, a boolean representing if the 'health_check' field is set and `HealthCheck` which is a string."]]],[]]