public static void BindService(ServiceBinderBase serviceBinder, AssetService.AssetServiceBase 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-17 UTC."],[[["The latest version available for the Google Cloud Asset Inventory v1 API is 3.12.0, with multiple previous versions listed down to 2.7.0."],["The `AssetService` class provides the core functionality for interacting with the Google Cloud Asset Inventory API, with `AssetServiceBase` being used to handle server-side logic."],["The `BindService` method can be used to create a service definition that can be registered with a server, utilizing an object implementing server-side logic."],["Another overload of the `BindService` method allows for registering service methods with a `ServiceBinderBase`, enabling customizable service binding logic, and it is considered part of an experimental API."]]],[]]