// 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 access to various versions of the `bigquery_migration_v2_1_1MigrationServiceClient` documentation, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version of the `bigquery_migration_v2_1_1MigrationServiceClient` includes a direct link to its respective documentation page."],["The latest stable version featured on the webpage is 2.36.0, with 2.37.0-rc being the newest release candidate."],["The default version for this page appears to be `2.34.0`."],["The webpage includes a snippet on how to override the `bigquery_migration_v2::MigrationServiceClient` endpoint configuration, especially in the context of Private Google Access."]]],[]]