// 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 webpage provides a list of available versions for the Spanner InstanceAdminClient, with version 2.37.0-rc being the latest."],["Each version listed has a corresponding link to the `InstanceAdminClient-set-endpoint-snippet` documentation for that specific release."],["The content includes code for overriding the default endpoint of the InstanceAdminClient, demonstrating how to configure it for Private Google Access."],["The listed versions are numbered sequentially from 2.11.0 up to 2.37.0-rc."]]],[]]