public static void BindService(ServiceBinderBase serviceBinder, BigQueryRead.BigQueryReadBase 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 provided content details the `BigQueryRead` class within the Google BigQuery Storage v1 API, specifically for .NET."],["The BigQuery Read API allows users to read data directly from BigQuery."],["The content includes a list of available versions for the `BigQueryRead` class, ranging from the latest 3.17.0 down to 2.3.0."],["The `BigQueryRead` class provides two methods for binding service logic: `BindService(BigQueryReadBase)` and `BindService(ServiceBinderBase, BigQueryReadBase)`."],["The `BindService` methods are used to create a server service definition and register service methods for server-side handling, respectively."]]],[]]