// 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_v1::CloudBuildClient(
google::cloud::cloudbuild_v1::MakeCloudBuildConnection(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 page provides access to the C++ client library documentation for Google Cloud Build, specifically detailing various releases and versions."],["The most recent release candidate version available is 2.37.0-rc, while 2.32.0 is the main active version of the C++ client library."],["A range of previous versions, from 2.36.0 down to 2.11.0, are listed and documented for users who need to refer to older versions."],["The page includes example code showcasing how to override the `cloudbuild_v1::CloudBuildClient` endpoint configuration, and uses `private.googleapis.com` as the example endpoint."],["Each listed version links to its corresponding documentation for `cloudbuild_v1_1_1CloudBuildClient-endpoint-snippet`, enabling access to release-specific information."]]],[]]