// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client =
google::cloud::bigquery_datatransfer_v1::DataTransferServiceClient(
google::cloud::bigquery_datatransfer_v1::
MakeDataTransferServiceConnection(options));
[[["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-14 UTC."],[[["This page provides access to various versions of the `bigquery_datatransfer_v1::DataTransferServiceClient` documentation, ranging from the latest release candidate, 2.37.0-rc, down to version 2.11.0."],["Each listed version, such as 2.36.0, 2.35.0, and so forth, links to the respective documentation for the `bigquery_datatransfer_v1_1_1DataTransferServiceClient-endpoint-snippet` for that version."],["The documentation includes information on how to override the `bigquery_datatransfer_v1::DataTransferServiceClient` endpoint configuration, particularly in relation to Private Google Access."],["The version 2.22.1, found in this list, is the version that the page is originally referring to, before presenting all the other versions."],["The most up-to-date version is 2.37.0-rc."]]],[]]