public sealed class HealthCheckServiceReference : IMessage<HealthCheckServiceReference>, IEquatable<HealthCheckServiceReference>, IDeepCloneable<HealthCheckServiceReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class HealthCheckServiceReference.
[[["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 Engine v1 API, specifically for .NET development."],["The latest documented version of the API is 3.6.0, with the page content being based on version 2.3.0, and it lists all the available version documentations ranging from 1.0.0 to the latest."],["The `HealthCheckServiceReference` class allows developers to work with full or partial URLs to health check services, as outlined by the examples such as `\u003chttps://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service\u003e`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer management."],["The class contains a constructor, and the public properties `HasHealthCheckService` and `HealthCheckService`, which are respectively a boolean that indicates whether the field is set, and a string that contains the health check service information."]]],[]]