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 page details the `InstanceAdminConnection` class, which provides a connection to the Cloud Spanner instance administration service, offering methods to interact with instance configurations."],["The `InstanceAdminConnection` class is now deprecated and users should utilize `InstanceAdminClient` and `InstanceAdminConnection` from the `google::cloud::spanner_admin` namespace instead."],["This class includes methods for managing instances, such as `GetInstance`, `CreateInstance`, `UpdateInstance`, and `DeleteInstance`, among others, for interacting with Cloud Spanner."],["It provides functions for retrieving instance configurations and policy information, such as `GetInstanceConfig`, `ListInstanceConfigs`, `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`."],["The page lists the current and historical versions, including the most recent release candidate, of the `InstanceAdminConnection` class available for reference, spanning from version 2.11.0 to the latest 2.37.0-rc."]]],[]]