// This service supports specifying a regional or locational endpoint prefix
// when creating the OrganizationsConnection.
// For example, to connect to
// "europe-central2-cloudresourcemanager.googleapis.com":
auto client = google::cloud::resourcemanager_v3::OrganizationsClient(
google::cloud::resourcemanager_v3::MakeOrganizationsConnection(
"europe-central2"));
// 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 vpc_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 indicated as the most recent release."],["The webpage provides a list of versions for the `resourcemanager` ranging from the latest 2.37.0-rc down to version 2.11.0, each linking to its corresponding documentation."],["Each version's link leads to documentation on the `resourcemanager_v3_1_1OrganizationsClient-endpoint-snippet`."],["The page also has a code snippet that demonstrates how to override the `resourcemanager_v3::OrganizationsClient` endpoint configuration, using `private.googleapis.com`."]]],[]]