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."],[[["This page details the `BigQueryRead` class, which is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and provides functionality for reading data from BigQuery."],["The latest version of `BigQueryRead` is 3.17.0, and the page also lists several older versions, ranging back to version 2.3.0, each with a unique link for direct access."],["The `BigQueryRead` class inherits from the base `Object` class and provides two static `BindService` methods for registering service methods with a server."],["One `BindService` method creates a service definition, and the other allows for customized service binding using a `ServiceBinderBase`."],["The BigQuery Read API allows users to read data directly from BigQuery."]]],[]]