// 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::aiplatform_v1::MigrationServiceClient(
google::cloud::aiplatform_v1::MakeMigrationServiceConnection("unused",
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."],[[["Version 2.37.0-rc is the latest release for the aiplatform C++ library, with a variety of previous releases also available."],["The aiplatform_v1::MigrationServiceClient Endpoint Configuration can be overridden using custom options."],["There are a wide range of aiplatform C++ library version available from 2.12.0 all the way to 2.37.0-rc, each containing documentation links."],["Private Google Access is mentioned as a common use case for overriding the endpoint configuration."],["The example code snippet demonstrates how to configure the endpoint to `private.googleapis.com` when creating an instance of `MigrationServiceClient`."]]],[]]