// 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"]],[["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-21 UTC."],[[["The webpage provides a list of available versions for the `resourcemanager_v3_1_1OrganizationsClient` component, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version links to a specific documentation page that contains the endpoint snippet for the `resourcemanager_v3_1_1OrganizationsClient`."],["The latest stable release available is version 2.36.0, while 2.37.0 is a release candidate."],["The webpage also provides an example of overriding the default endpoint configuration for `resourcemanager_v3::OrganizationsClient` to `private.googleapis.com`, which is typical for private Google Access."],["Version 2.26.0 is highlighted and is an available version in the list."]]],[]]