// This service supports specifying a regional or locational endpoint prefix
// when creating the FoldersConnection.
// For example, to connect to
// "europe-central2-cloudresourcemanager.googleapis.com":
auto client = google::cloud::resourcemanager_v3::FoldersClient(
google::cloud::resourcemanager_v3::MakeFoldersConnection(
"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::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-08-14 UTC."],[[["\u003cp\u003eThe latest version available is 2.37.0-rc, which is marked as the most current release.\u003c/p\u003e\n"],["\u003cp\u003eThis page provides access to documentation and snippets for various versions of the \u003ccode\u003eresourcemanager\u003c/code\u003e, ranging from 2.11.0 up to the latest release candidate.\u003c/p\u003e\n"],["\u003cp\u003eAll versions link to documentation regarding the \u003ccode\u003eresourcemanager_v3_1_1FoldersClient-endpoint-snippet\u003c/code\u003e, providing implementation examples for each release.\u003c/p\u003e\n"],["\u003cp\u003eThe provided code snippet demonstrates how to override the default endpoint configuration for \u003ccode\u003eresourcemanager_v3::FoldersClient\u003c/code\u003e to utilize a private Google access endpoint.\u003c/p\u003e\n"]]],[],null,[]]