// 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"]],[["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-08-14 UTC."],[[["\u003cp\u003eThe latest version available is 2.37.0-rc, which is indicated as the most recent release.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides a list of versions for the \u003ccode\u003eresourcemanager\u003c/code\u003e ranging from the latest 2.37.0-rc down to version 2.11.0, each linking to its corresponding documentation.\u003c/p\u003e\n"],["\u003cp\u003eEach version's link leads to documentation on the \u003ccode\u003eresourcemanager_v3_1_1OrganizationsClient-endpoint-snippet\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe page also has a code snippet that demonstrates how to override the \u003ccode\u003eresourcemanager_v3::OrganizationsClient\u003c/code\u003e endpoint configuration, using \u003ccode\u003eprivate.googleapis.com\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]