// 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::cloudbuild_v2::RepositoryManagerClient(
google::cloud::cloudbuild_v2::MakeRepositoryManagerConnection(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-05 UTC."],[[["The webpage provides access to documentation for various versions of the Cloud Build RepositoryManagerClient, ranging from version 2.11.0 to 2.37.0-rc, with 2.37.0-rc being the latest release candidate."],["Each version listed links to specific documentation related to that release's `cloudbuild_v2_1_1RepositoryManagerClient-endpoint-snippet`."],["The content also shows an example of how to override the default endpoint configuration for `cloudbuild_v2::RepositoryManagerClient`, specifically using \"private.googleapis.com\" for Private Google Access."],["The current version, as of the information given, is version 2.14.0."]]],[]]