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 page details the `InstanceAdminConnection` interface, which connects to the Cloud Spanner instance administration service and is now deprecated in favor of `InstanceAdminClient` and `InstanceAdminConnection` within the `google::cloud::spanner_admin` namespace."],["The `InstanceAdminConnection` interface provides virtual methods corresponding to each user-facing overload set in `InstanceAdminClient`, allowing for custom behavior injection, such as with a Google Mock object, within a test environment."],["The interface includes methods such as `GetInstance`, `CreateInstance`, `UpdateInstance`, `DeleteInstance`, `GetInstanceConfig`, `ListInstanceConfigs`, `ListInstances`, `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions` for managing Cloud Spanner instances."],["The content listed shows the various versions of this connection class available, ranging from version 2.11.0 up to the latest release candidate version of 2.37.0-rc."],["The `MakeInstanceAdminConnection()` function is referenced as the method to utilize when creating a concrete instance that allows users to connect to an actual Cloud Spanner instance administration service."]]],[]]