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 latest version available for the Google.Cloud.BigQuery.Storage.V1.BigQueryRead class is 3.17.0, and the page also provides access to previous versions, starting from version 2.3.0."],["This webpage focuses on the `BigQueryRead` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, which is part of the Google BigQuery Storage v1 API and allows reading data from BigQuery."],["The `BigQueryRead` class inherits from the `Object` class and includes methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are inherited from it."],["The `BigQueryRead` class has methods `BindService` that are used to define and register service methods for server-side handling with either a service implementation or a service binder, which are essential for setting up communication with the BigQuery Read API."],["The BigQuery Read API, as described on this page, offers the functionality to access and read data directly from BigQuery."]]],[]]