// 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"]],[["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-04-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."]]],[]]