// 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-14 UTC."],[[["The webpage provides a comprehensive list of versions for the `bigquery_migration_v2_1_1MigrationServiceClient`, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["Each version listed corresponds to a specific documentation page, accessible via the provided links, that details the `bigquery_migration_v2_1_1MigrationServiceClient-endpoint-snippet` for that release."],["The content includes instructions on how to override the `bigquery_migration_v2::MigrationServiceClient` Endpoint Configuration, utilizing `google::cloud::Options` and `google::cloud::EndpointOption` to set a custom endpoint such as \"private.googleapis.com\"."],["The version selection provides the user with the option to choose between the latest release candidate, or a range of releases to work with, depending on their particular use case and requirements."],["This configuration option is specifically noted to be common with Private Google Access, referencing further details on the Private Google Access documentation page."]]],[]]