public static void BindService(ServiceBinderBase serviceBinder, TenantService.TenantServiceBase 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 document provides reference documentation for the `TenantService` class within the Google Cloud Talent Solution v4 API."],["The `TenantService` class handles tenant management tasks, including creation, reading, updating, and deletion operations, as well as enumeration."],["The latest version of the API is 2.7.0, and the provided content covers versions ranging from 1.0.0 to 2.7.0."],["Two methods are detailed for binding the service: `BindService(TenantService.TenantServiceBase)` to create a service definition, and `BindService(ServiceBinderBase, TenantService.TenantServiceBase)` for customized service binding."]]],[]]