// 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_disks_v1::DisksClient(
google::cloud::compute_disks_v1::MakeDisksConnectionRest(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage provides a comprehensive list of versions for the `compute_disks_v1_1_1DisksClient` component, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a direct link to the respective endpoint snippet documentation."],["The current active version, 2.20.0, is indicated with a downward arrow and is also included in the version list."],["There is an override configuration example for the `compute_disks_v1::DisksClient` endpoint that is common with Private Google Access."]]],[]]