public static void BindService(ServiceBinderBase serviceBinder, CompanyService.CompanyServiceBase 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."],[[["The latest version of the Google Cloud Talent Solution v4 API documentation for `CompanyService` is version 2.7.0, while version 2.2.0 is the version being viewed."],["`CompanyService` is a class within the `Google.Cloud.Talent.V4` namespace, used to handle company management, including CRUD (Create, Read, Update, Delete) operations and enumeration."],["The `CompanyService` class inherits from the base `Object` class and includes methods like `BindService` to create service definitions or register methods with a service binder."],["The `BindService` method is overloaded, accepting either a `CompanyService.CompanyServiceBase` or a `ServiceBinderBase` and a `CompanyService.CompanyServiceBase`, to define how the service logic is handled."],["There are multiple historical versions of this API available, ranging from 1.0.0 up to the most current 2.7.0 version, with links to documentation for each."]]],[]]