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 for the Google Cloud Spanner C++ client library, providing access to the Cloud Spanner instance administration service, with a focus on version management and specific functions."],["The `InstanceAdminConnection` interface is deprecated in favor of `InstanceAdminClient` and `InstanceAdminConnection` in the `google::cloud::spanner_admin` namespace."],["The document lists various available versions of the Cloud Spanner library, ranging from 2.11.0 to 2.37.0-rc, allowing users to find the corresponding documentation for their specific library version, with 2.37.0-rc being the latest version."],["This interface includes a variety of methods for managing Spanner instances, such as `GetInstance`, `CreateInstance`, `UpdateInstance`, `DeleteInstance`, and various other methods, including getting and listing configurations."],["The interface provides a way to interact with IAM permissions by having methods for `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`."]]],[]]