public static void BindService(ServiceBinderBase serviceBinder, RegionHealthCheckServices.RegionHealthCheckServicesBase 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-03-24 UTC."],[[["This webpage provides documentation for the `RegionHealthCheckServices` class within the `Google.Cloud.Compute.V1` namespace, part of the Compute Engine v1 API."],["The latest version available is 3.6.0, and the page provides a list of versioned documentation links, ranging from version 3.6.0 down to 1.0.0, with the current page focused on version 2.13.0."],["The `RegionHealthCheckServices` class inherits from `object` and includes two static `BindService` methods for creating and registering service definitions with a server, or with a service binder."],["The namespace for the class `RegionHealthCheckServices` is `Google.Cloud.Compute.V1`, which is found in the `Google.Cloud.Compute.V1.dll` assembly."],["The `BindService` method allows the implementation of server-side handling logic through the `RegionHealthCheckServicesBase` class, and is registered by calling `AddMethod` on the `ServiceBinderBase` object."]]],[]]