public static void BindService(ServiceBinderBase serviceBinder, RegionAutoscalers.RegionAutoscalersBase 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-21 UTC."],[[["The latest version available for the RegionAutoscalers API is 3.6.0, and this page provides access to documentation and details for various previous versions, down to version 1.0.0."],["This document covers the `RegionAutoscalers` class within the `Google.Cloud.Compute.V1` namespace, offering reference information, code examples, and API details."],["The `RegionAutoscalers` class has inherited members from the base `object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method allows for creating a service definition that can be registered with a server or to register service methods with a service binder, utilizing an object that implements the `RegionAutoscalersBase` interface."],["The `BindService` method has two distinct implementations, each designed for different service registration scenarios, one creating a service definition, and the other binding service methods."]]],[]]