// 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::FoldersClient(
google::cloud::resourcemanager_v3::MakeFoldersConnection(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."],[[["The webpage provides a comprehensive list of versions for the `resourcemanager` component, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["Each listed version links to its specific documentation regarding the `resourcemanager_v3_1_1FoldersClient-endpoint-snippet`, offering version-specific information."],["The latest available version for use is the `2.37.0-rc` version, which is highlighted as the latest version on the list of versions."],["The page includes an example of overriding the `resourcemanager_v3::FoldersClient` endpoint configuration using `private.googleapis.com`, showing how to configure the client."],["The main content on this page is a list of versions for a `resourcemanager` component, offering quick links to each specific version's documentation."]]],[]]