public static void BindService(ServiceBinderBase serviceBinder, HealthChecks.HealthChecksBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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."],[[["This document provides reference documentation for the `HealthChecks` class within the Google Cloud Compute Engine v1 API, specifically for version 2.14.0."],["The latest version available is 3.6.0, while this documentation covers version 2.14.0, and several other versions are available for review, ranging from 1.0.0 up to the latest."],["The `HealthChecks` class inherits from the `object` class and includes methods like `BindService`, which is used to create a service definition that can be registered with a server."],["The `HealthChecksBase` class is used to implement the server-side handling logic for health checks within this API."],["There are two ways to `BindService`, the first is by passing `HealthChecksBase` and the second is by passing `ServiceBinderBase` and `HealthChecksBase` to the function."]]],[]]