// 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::ExperimentalTag{},
google::cloud::cloudbuild_v2::MakeRepositoryManagerConnection(
google::cloud::ExperimentalTag{}, options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe webpage provides access to various versions of the Cloud Build C++ client library, with version 2.37.0-rc being the latest release candidate.\u003c/p\u003e\n"],["\u003cp\u003eThe page lists a comprehensive history of client library versions, ranging from 2.11.0 up to the most recent 2.37.0-rc.\u003c/p\u003e\n"],["\u003cp\u003eEach listed version, such as 2.36.0, 2.35.0, and so on, links to documentation specific to that particular release of the cloudbuild_v2_1_1RepositoryManagerClient.\u003c/p\u003e\n"],["\u003cp\u003eThe content also includes a code snippet demonstrating how to override the default endpoint configuration for cloudbuild_v2::RepositoryManagerClient, which is useful when using Private Google Access.\u003c/p\u003e\n"],["\u003cp\u003eThe library is experimental and it is indicated by the use of \u003ccode\u003egoogle::cloud::ExperimentalTag{}\u003c/code\u003e in the provided example.\u003c/p\u003e\n"]]],[],null,[]]