// 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."],[[["This webpage provides documentation and links for various versions of the `cloudbuild_v2_1_1RepositoryManagerClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version has a corresponding link to its specific documentation, detailing the `cloudbuild_v2_1_1RepositoryManagerClient-endpoint-snippet`."],["The content offers instructions on overriding the `cloudbuild_v2::RepositoryManagerClient` endpoint configuration, illustrating how to set up a private endpoint."],["The code snippet on the page shows an example on how to use the `google::cloud::EndpointOption` to configure a custom private endpoint, referencing a configuration that is similar to the one used for the Private Google Access."]]],[]]