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, but is deprecated in favor of using `InstanceAdminClient` and `InstanceAdminConnection` instead."],["The `InstanceAdminConnection` interface allows for the injection of custom behavior in a `InstanceAdminClient` object, particularly useful for testing purposes with a Google Mock object."],["The document provides a comprehensive list of available versions, from `2.11.0` up to `2.37.0-rc`, with links to their respective documentation pages."],["Key functionalities of `InstanceAdminConnection` include managing instance metadata, creating, updating, and deleting instances, retrieving instance configurations, and handling IAM policies."],["The document outlines various functions such as `GetInstance`, `CreateInstance`, `UpdateInstance`, `DeleteInstance`, and several others, each paired with parameters, descriptions, and return types."]]],[]]