// 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::compute_projects_v1::ProjectsClient(
google::cloud::compute_projects_v1::MakeProjectsConnectionRest(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-07-02 UTC."],[[["Version 2.37.0-rc is the latest release candidate available, and it can be found at the top of the version list."],["The list provides access to documentation for multiple versions of compute projects, ranging from the latest release candidate down to version 2.15.1."],["Users can find specific documentation for each version by clicking on the respective version link provided in the list."],["The documentation demonstrates how to override the `compute_projects_v1::ProjectsClient` endpoint configuration to use a custom endpoint such as `private.googleapis.com`."]]],[]]