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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ConnectionService` class, part of the `Google.Cloud.BigQuery.Connection.V1` namespace, manages external data source connections and credentials."],["Version 2.9.0 is the latest version available in this documentation, with a history of versions going back to 1.2.0 for reference and documentation."],["The `ConnectionService` class inherits from the .NET `Object` class, including inheriting its base members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` methods allow for the registration of server-side connection handling logic, with one version accepting a `ConnectionServiceBase` object to create a full service definition, and the other accepting a `ServiceBinderBase` for customized binding logic."],["The assembly for this service is contained in the file named `Google.Cloud.BigQuery.Connection.V1.dll`."]]],[]]