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."],[[["This documentation page covers the `AssetService` class within the `Google.Cloud.Asset.V1` namespace, specifically for version 3.11.0, and its use in the Google Cloud Asset Inventory v1 API."],["The `AssetService` class inherits from the base `object` class and contains static methods for binding service definitions, including `BindService(AssetServiceBase)` and `BindService(ServiceBinderBase, AssetServiceBase)`."],["The page provides a list of all available versions for `AssetService`, from version 3.12.0 (latest) down to 2.7.0, with links to their respective documentation."],["The documentation provides information about the `AssetServiceBase` that is necessary to understand the `BindService` methods, and where the server-side handling logic is implemented."]]],[]]