public static void BindService(ServiceBinderBase serviceBinder, KeyDashboardService.KeyDashboardServiceBase 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-21 UTC."],[[["This documentation covers the `KeyDashboardService` class, which is part of the KMS Inventory v1 API and provides a cross-region overview of all Cloud KMS keys within a given Cloud project."],["The latest version of the API available is 1.4.0, while this document specifically details version 1.2.0, and also lists previous versions 1.0.0, 1.1.0, and 1.3.0 for reference."],["The `KeyDashboardService` class inherits from the `object` class and includes methods like `BindService` to create or register a service definition with a server or service binder, respectively."],["The `BindService` methods allow binding the KeyDashboardService with its implementation, and allows both a ServerServiceDefinition or ServiceBinderBase object to be used."]]],[]]