public static void BindService(ServiceBinderBase serviceBinder, InstanceGroups.InstanceGroupsBase 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-31 UTC."],[[["The latest version of the `InstanceGroups` class in the Compute Engine v1 API is 3.6.0, which is available under the `Google.Cloud.Compute.V1` namespace."],["This documentation provides access to a range of versions for `InstanceGroups`, starting from version 1.0.0 and going up to the latest version 3.6.0, along with direct links to each version."],["The `InstanceGroups` class inherits from the base `object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `InstanceGroups` class offers static methods like `BindService`, to register the handling logic, that can be used to create service definitions or to register methods with a `ServiceBinderBase`."],["The `InstanceGroups` class methods accept a parameter named `serviceImpl`, of type `InstanceGroupsBase`, representing an object that implements the logic for the server-side handling."]]],[]]