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 provides documentation for the `InstanceAdminConnection` class in the Google Cloud Spanner C++ client library, offering details on its methods and usage."],["The `InstanceAdminConnection` class is deprecated, and users are advised to utilize `InstanceAdminClient` and `InstanceAdminConnection` from the `google::cloud::spanner_admin` namespace instead."],["The document outlines numerous functions related to managing Spanner instances, such as `GetInstance`, `CreateInstance`, `UpdateInstance`, `DeleteInstance`, `ListInstanceConfigs`, and others, each with its respective parameters and return types."],["It also covers functions for managing IAM policies on instances, specifically `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`."],["The provided list of versions indicates the history of the library, with the latest release candidate being version 2.37.0-rc, and several prior releases are listed down to version 2.11.0, offering version specific documentation."]]],[]]