// 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::resourcemanager_v3::ProjectsClient(
google::cloud::resourcemanager_v3::MakeProjectsConnection(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-14 UTC."],[[["This webpage provides access to various versions of the `resourcemanager` C++ client library, with version 2.37.0-rc being the latest release candidate."],["The available versions range from 2.11.0 up to 2.37.0-rc, each linked to specific documentation for the `ProjectsClient` endpoint snippet."],["The `resourcemanager_v3::ProjectsClient` Endpoint Configuration can be overridden using custom options, as shown in the example provided."],["Each listed version of the `resourcemanager` client library provides a direct link to a specific `ProjectsClient-endpoint-snippet`."],["The webpage highlights how to set custom `EndpointOption` for `resourcemanager` configuration, specifically in relation to Private Google Access."]]],[]]