// 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-03-21 UTC."],[[["This page provides access to various versions of the Spanner InstanceAdminClient documentation, starting from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to the documentation for the `InstanceAdminClient-set-endpoint-snippet`, offering specific insights for that version."],["The documentation also includes a code snippet demonstrating how to override the default `InstanceAdminClient` endpoint, which is useful for configurations like Private Google Access."],["The most recent stable release in the documentation is version 2.36.0, while the most recent version in general is 2.37.0-rc."],["There is documentation going as far back as version 2.11.0, with several versions between it and the most recent one."]]],[]]