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 is used to connect to the Cloud Spanner instance administration service, but it has been deprecated in favor of `InstanceAdminClient` and `InstanceAdminConnection`."],["The `InstanceAdminConnection` interface defines pure-virtual methods mirroring those in `InstanceAdminClient`, enabling custom behavior injection for testing purposes."],["This documentation covers a number of functions to manage instances, such as `GetInstance`, `CreateInstance`, `UpdateInstance`, `DeleteInstance`, as well as retrieving and listing instance configurations, through the `GetInstanceConfig`, `ListInstanceConfigs`, and `ListInstances` functions."],["The document also details functions for managing IAM policies related to the Spanner database through the `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions` methods."],["The document provides a list of versioned documentation, with `2.37.0-rc` being the latest, and version `2.12.0` being the least recent, showing the evolution of the spanner API."]]],[]]