// 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::spanner_admin::InstanceAdminClient(
google::cloud::spanner_admin::MakeInstanceAdminConnection(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."],[[["The latest release candidate version available is 2.37.0-rc, accessible via a specified URL."],["The document provides a comprehensive list of C++ Spanner InstanceAdminClient versions, ranging from 2.11.0 up to the latest candidate."],["Each version listed links to specific documentation regarding setting the endpoint for the InstanceAdminClient."],["Instructions are provided to override the default InstanceAdminClient endpoint, particularly for Private Google Access configurations."],["Version 2.29.0 is currently displayed as the main version at the top of the page, allowing users to browse the documentation from that version and up."]]],[]]