Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
There was an error while loading. Please reload this page.
I'm migrating from 1.9 to 3.1 and I noticed that the
list_instances()method used to return type Instance<google.cloud.spanner_v1.instance.Instance> but with the latest it actually returns the spanner admin instance<google.cloud.spanner_admin_instance_v1.types.spanner_instance_admin.Instance> which does not have theinstance_id. Thus I now get an AttributeError.I'm unsure if this is a bug or if the documentation just hasn't been updated.