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 latest version available for `Google.Cloud.BigQuery.Connection.V1.ConnectionService` is 2.9.0, with multiple prior versions accessible for reference."],["`ConnectionService` class, part of the `Google.Cloud.BigQuery.Connection.V1` namespace, manages external data source connections and credentials."],["The `ConnectionService` class inherits from the `Object` class and has several inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`ConnectionService` offers two methods for binding services, `BindService(ConnectionService.ConnectionServiceBase)` and `BindService(ServiceBinderBase, ConnectionService.ConnectionServiceBase)`, which facilitates server-side service management and customization."],["The `BindService` methods require an object implementing the server-side handling logic, typically a `ConnectionService.ConnectionServiceBase`, to be passed as a parameter."]]],[]]