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 webpage details the `TenantService` class, which is part of the `Google.Cloud.Talent.V4` namespace, used for managing tenant data."],["The latest version of the `TenantService` documentation is for version 2.7.0, but versions range from 1.0.0 up to the latest, with each version having their own page."],["The `TenantService` class provides functionalities for handling tenant management operations such as create, read, update, delete (CRUD), and listing tenants."],["It includes two static `BindService` methods, one to create a service definition for server registration and another to bind service methods with a service binder, useful for customization."],["`TenantService` inherits from the `Object` class, inheriting base methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]