// 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"]],[["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 various versions of the Cloud Build C++ client library, with version 2.37.0-rc being the latest release candidate."],["The page lists a comprehensive history of client library versions, ranging from 2.11.0 up to the most recent 2.37.0-rc."],["Each 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."],["The 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."],["The library is experimental and it is indicated by the use of `google::cloud::ExperimentalTag{}` in the provided example."]]],[]]