// 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 a list of available versions for the `cloudbuild_v2::RepositoryManagerClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed links to specific documentation detailing the `cloudbuild_v2_1_1RepositoryManagerClient-endpoint-snippet`, providing access to version-specific information."],["The page also shows how to override the `cloudbuild_v2::RepositoryManagerClient` endpoint configuration using `private.googleapis.com`, which is linked to Private Google Access."],["The content is related to the `cloudbuild` C++ API reference documentation, specifically focusing on how the endpoint can be modified, and the history of releases."]]],[]]