public static void BindService(ServiceBinderBase serviceBinder, GlobalAddresses.GlobalAddressesBase 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 GlobalAddresses API is 3.6.0, and the documentation provides references for versions ranging from 1.0.0 up to the most recent release."],["The GlobalAddresses class is part of the Google.Cloud.Compute.V1 namespace and is located within the Google.Cloud.Compute.V1.dll assembly."],["The GlobalAddresses API class inherits from the Object class and has inherited members such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."],["The API provides two `BindService` methods for creating or registering service definitions, one which accepts a service implementation and returns a `ServerServiceDefinition` and another that accepts both a service binder and implementation to allow for custom binding."],["The `BindService` methods require an object implementing the server-side handling logic, specified as `GlobalAddresses.GlobalAddressesBase`."]]],[]]