public static void BindService(ServiceBinderBase serviceBinder, Completion.CompletionBase 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-04-17 UTC."],[[["The `Completion` class in the `Google.Cloud.Talent.V4` namespace provides service handling for auto-completion features within the Google Cloud Talent API."],["There are multiple versions of the API documentation available, ranging from version 1.0.0 to the latest version 2.7.0 for `Google.Cloud.Talent.V4.Completion`."],["The `Completion` class inherits members from `System.Object`, such as `ToString()`, `GetHashCode()`, `GetType()`, and `MemberwiseClone()`."],["The `BindService` method allows the creation of a service definition that can be registered with a server, and it can also be utilized to register a service method with a service binder, offering flexibility in the service binding process."],["The `BindService` method requires a `Completion.CompletionBase` object, which implements the server-side logic, and it takes a `ServiceBinderBase` object for binding the service method."]]],[]]