The Google BigQuery Data Transfer Service API enables BigQuery users to
configure the transfer of their data from other Google Products into
BigQuery. This service contains methods that are end user exposed. It backs
up the frontend.
public static void BindService(ServiceBinderBase serviceBinder, DataTransferService.DataTransferServiceBase 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 content focuses on the `DataTransferService` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, which is a part of the Google BigQuery Data Transfer Service API."],["The API allows users to configure data transfers from various Google products into BigQuery, managing the frontend operations for data movement."],["The latest version documented is 4.10.0, while the content is under version 3.1.0, with several other versions available for reference between these two versions."],["Two `BindService` methods are detailed, providing functionalities to create and register service definitions, facilitating server-side handling of data transfers."],["The class `DataTransferService` inherits from the base `Object` class and thus incorporates inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]