// 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_migration_v2::MigrationServiceClient(
google::cloud::bigquery_migration_v2::MakeMigrationServiceConnection(
options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage provides a comprehensive list of historical versions for the `bigquery_migration_v2_1_1MigrationServiceClient` component."],["Version 2.37.0-rc is the most recent version available, while 2.11.0 is the oldest listed."],["Each version number is hyperlinked to its respective documentation page, providing easy access to version-specific details."],["The content includes example code on how to configure the `bigquery_migration_v2::MigrationServiceClient` endpoint, illustrating use of `google::cloud::EndpointOption`."],["The versions listed are for C++ documentation and related to the bigquery migration service."]]],[]]