public sealed class HealthCheckServiceReference : IMessage<HealthCheckServiceReference>, IEquatable<HealthCheckServiceReference>, IDeepCloneable<HealthCheckServiceReference>, 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 `HealthCheckServiceReference` class within the `Google.Cloud.Compute.V1` namespace, specifically in version 2.0.0."],["The `HealthCheckServiceReference` class, used to represent a reference to a health check service, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions of `Google.Cloud.Compute.V1`, ranging from version 1.0.0 up to the latest version 3.6.0, with each version having its own link to the `HealthCheckServiceReference` documentation."],["`HealthCheckServiceReference` has two constructors, one default and one to copy from another `HealthCheckServiceReference` object, and it also contains `HasHealthCheckService` and `HealthCheckService` properties to determine if the field is set and to get/set the property respectively."],["The `HealthCheckServiceReference` class can utilize full or partial URLs to a health check service, with examples like `https://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service` being valid."]]],[]]