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.
Parameters
Name
Description
serviceBinder
Grpc.Core.ServiceBinderBase
Service methods will be bound by calling AddMethod on this object.
[[["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 page details the `TenantService` class, which is responsible for managing tenants within the Google Cloud Talent V4 API, including creating, reading, updating, and deleting operations."],["The latest version of `TenantService` is 2.7.0, with the documentation offering links to previous versions, dating back to 1.0.0."],["`TenantService` inherits from `System.Object` and is found within the `Google.Cloud.Talent.V4` namespace, specifically in the `Google.Cloud.Talent.V4.dll` assembly."],["The class provides methods such as `BindService`, which allows for the creation and registration of a service definition for server-side handling logic."],["Two overloads of BindService exist, one to create a `ServerServiceDefinition` and another to add methods to a `ServiceBinderBase`."]]],[]]