// 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"]],[["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-08 UTC."],[[["This webpage provides access to the compute storage pools client documentation for various versions, ranging from the latest release candidate, 2.37.0-rc, down to version 2.15.1."],["Each version listed, such as 2.36.0, 2.35.0, etc., links to the respective documentation for the `compute_storage_pools_v1_1_1StoragePoolsClient` endpoint."],["The documentation includes instructions on how to override the `compute_storage_pools_v1::StoragePoolsClient` endpoint configuration, including a code example for setting it to \"private.googleapis.com\"."],["The example provided shows how to use `google::cloud::Options` to set the endpoint, and how to make a connection using `MakeStoragePoolsConnectionRest`."]]],[]]