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 older versions also available, including the currently viewed version of 3.10.0."],["The `AssetService` class, part of the `Google.Cloud.Asset.V1` namespace and found within the `Google.Cloud.Asset.V1.dll` assembly, provides methods for interacting with the Google Cloud Asset Inventory v1 API."],["The `BindService` method allows the creation of a service definition for registration with a server, requiring an object that implements the server-side logic."],["Another `BindService` method is provided for customizing service binding, which involves using a `ServiceBinderBase` and an object implementing server-side handling logic, however this method is experimental."],["`AssetService` inherits a few methods from the base object, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]