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 serves as a connection to the Cloud Spanner instance administration service, and is deprecated in favor of using `InstanceAdminClient` and `InstanceAdminConnection` instead."],["The `InstanceAdminConnection` interface includes pure-virtual methods for interacting with Cloud Spanner, allowing users to inject custom behavior for testing purposes within their own `InstanceAdminClient` objects."],["This documentation offers multiple versions to view the `InstanceAdminConnection` from version 2.11.0 up to the current release candidate version of 2.37.0-rc, with version 2.22.1 being the active version displayed."],["It outlines functions that it can perform, such as retrieving, creating, updating, and deleting instances, along with managing instance configurations and IAM policies."]]],[]]