// 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::compute_region_disks_v1::RegionDisksClient(
google::cloud::compute_region_disks_v1::MakeRegionDisksConnectionRest(
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-05 UTC."],[[["The webpage provides a list of versioned documentation for `compute_region_disks_v1::RegionDisksClient`, ranging from version 2.15.1 to the latest release candidate, 2.37.0-rc."],["The latest available version of the documentation is 2.37.0-rc, which is marked as the latest."],["Users can access specific documentation for each version by clicking on the respective version number, and can range all the way back to version 2.15.1."],["The page offers instructions on how to override the default endpoint configuration of `compute_region_disks_v1::RegionDisksClient` using the `google::cloud::Options` class, which is helpful in cases like private google access."]]],[]]