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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[[["This document outlines 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 document provides access to various versions of the `InstanceAdminConnection` class, ranging from version 2.11.0 up to the latest release candidate version, 2.37.0-rc."],["It defines the pure-virtual methods for `InstanceAdminClient`, allowing for the injection of custom behavior for testing purposes, such as `GetInstance`, `CreateInstance`, `UpdateInstance`, and `DeleteInstance`."],["Functions related to managing instance configurations, policies and instances can also be found, such as `GetInstanceConfig`, `ListInstanceConfigs`, `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`."]]],[]]