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` class, which provides a connection to the Cloud Spanner instance administration service, with a comprehensive listing of versions ranging from 2.11.0 to 2.37.0-rc."],["The `InstanceAdminConnection` interface is deprecated, and users are recommended to utilize `google::cloud::spanner_admin::InstanceAdminClient` and `google::cloud::spanner_admin::InstanceAdminConnection` instead."],["The interface defines virtual methods for interacting with Cloud Spanner instances, including `GetInstance`, `CreateInstance`, `UpdateInstance`, and `DeleteInstance`, as well as methods to manage instance configurations and policies."],["It provides functions such as `GetIamPolicy`, `SetIamPolicy` and `TestIamPermissions`, which are interfaces for google.spanner.v1.DatabaseAdmin RPC."],["It includes functions to list, and retrieve instances, `ListInstanceConfigs` and `ListInstances`, allowing users to get the available instance configurations."]]],[]]