// 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"]],[["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 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."]]],[]]