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 BigQueryRead API is 3.17.0, with numerous prior versions listed, including the currently selected version 3.11.0."],["The BigQueryRead class, part of the Google BigQuery Storage v1 API, allows reading data from BigQuery."],["BigQueryRead inherits from the base object class, with methods such as GetHashCode, GetType, MemberwiseClone, and ToString, which it inherits."],["The BindService method is used to create a service definition that can be registered with a server, using an object that implements the server-side logic."],["The BindService method is also used to register a service method, which allows customization of the service binding logic, although this method is considered experimental and may change without warning."]]],[]]