// 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 available release candidate version is 2.37.0-rc."],["Version 2.36.0 is the currently highlighted version, and there are several previous versions listed, starting with 2.35.0 and going down to 2.11.0."],["This document contains references to `InstanceAdminClient-set-endpoint-snippet` for each version, suggesting examples or code snippets that can be referenced for setting the endpoint."],["The content provides information on how to override the default `InstanceAdminClient` endpoint, as shown in the example snippet."],["Private Google Access, as detailed at `https://cloud.google.com/vpc/docs/private-google-access`, is one use case configuration example, using `private.googleapis.com` as the endpoint."]]],[]]