// 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::OrganizationsClient(
google::cloud::resourcemanager_v3::MakeOrganizationsConnection(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-09 UTC."],[[["The latest version available is 2.37.0-rc, which is currently a release candidate."],["This page lists a range of versions for the `resourcemanager` resource, from 2.11.0 up to the latest release candidate version."],["Each version listed includes a direct link to its specific documentation for the `resourcemanager_v3_1_1OrganizationsClient` endpoint."],["The provided code snippet demonstrates how to override the default endpoint configuration for `resourcemanager_v3::OrganizationsClient`, using \"private.googleapis.com\"."],["The endpoint configuration shown is linked with Private Google Access, which is a service documented by google that concerns the connection to private virtual networks."]]],[]]