public static void BindService(ServiceBinderBase serviceBinder, ConnectionService.ConnectionServiceBase 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 content focuses on the `ConnectionService` class within the `Google.Cloud.BigQuery.Connection.V1` namespace, which is responsible for managing external data source connections and credentials."],["Version 2.9.0 is the latest version available, and the page contains information about versions ranging from 1.2.0 to 2.9.0 for this `ConnectionService`."],["The `ConnectionService` class inherits from the base `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ConnectionService` class includes two primary methods for binding services: `BindService(ConnectionService.ConnectionServiceBase)` and `BindService(ServiceBinderBase, ConnectionService.ConnectionServiceBase)`, both of which enable the registration of service definitions or service methods."],["The `BindService` methods take a `serviceImpl` parameter, which is an object that handles the server-side logic for the connection service."]]],[]]