// 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_storage_pools_v1::StoragePoolsClient(
google::cloud::compute_storage_pools_v1::MakeStoragePoolsConnectionRest(
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."],[[["This webpage provides documentation and reference information for various versions of the `compute_storage_pools_v1::StoragePoolsClient`."],["The latest release candidate (rc) version available is 2.37.0-rc, which is linked at the top of the version list."],["The page contains links to documentation for a range of versions, spanning from version 2.15.1 up to 2.37.0-rc."],["The page also gives an example of how to override the endpoint configuration of `compute_storage_pools_v1::StoragePoolsClient`, using `private.googleapis.com`."],["The default version displayed is Version 2.26.0, though there are many newer versions listed."]]],[]]