A connection to the Cloud Spanner instance administration service.
This interface defines pure-virtual methods for each of the user-facing overload sets in InstanceAdminClient. This allows users to inject custom behavior (e.g., with a Google Mock object) in a InstanceAdminClient object for use in their own tests.
To create a concrete instance that connects you to a real Cloud Spanner instance administration service, see MakeInstanceAdminConnection().
[[["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-14 UTC."],[[["This document details the `InstanceAdminConnection` interface, which allows interaction with the Cloud Spanner instance administration service, but it is now considered deprecated."],["The recommended approach is to use `InstanceAdminClient` and `InstanceAdminConnection` from the `google::cloud::spanner_admin` namespace instead of the methods in this document."],["The `InstanceAdminConnection` provides virtual methods for managing Cloud Spanner instances, such as retrieving instance metadata (`GetInstance`), creating new instances (`CreateInstance`), updating instances (`UpdateInstance`), and deleting instances (`DeleteInstance`)."],["It also facilitates management of instance configurations, including listing configurations (`ListInstanceConfigs`) and retrieving a specific configuration (`GetInstanceConfig`), alongside managing instance details with a listing function (`ListInstances`)."],["Additionally, it provides methods to manage IAM policies for instances, including getting (`GetIamPolicy`), setting (`SetIamPolicy`), and testing permissions (`TestIamPermissions`)."]]],[]]