next_page_token can be sent in a subsequent
[ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more
of the matching instances.
[[["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-21 UTC."],[[["This document outlines the `ListInstancesResponse` class, which is used to handle the response from a `ListInstances` call in the Google Cloud Spanner Admin Instance V1 API."],["The latest version of the documentation is for 5.0.0-beta05, however, it ranges from versions 3.5.0 all the way to 5.0.0-beta05, covering over 18 distinct versions."],["The `ListInstancesResponse` class implements several interfaces, including `IPageResponse\u003cInstance\u003e`, `IEnumerable\u003cInstance\u003e`, `IEnumerable`, `IMessage\u003cListInstancesResponse\u003e`, `IEquatable\u003cListInstancesResponse\u003e`, `IDeepCloneable\u003cListInstancesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties of `ListInstancesResponse` include `Instances`, which contains a list of requested instances, and `NextPageToken`, which allows for fetching additional matching instances in subsequent calls."],["The class includes methods such as `GetEnumerator()` to iterate through the resources, and constructors to create new instances or copy from existing `ListInstancesResponse` objects."]]],[]]