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."],[[["The latest version available is 5.0.0-beta05, and this page covers version 3.15.1 of the Google Cloud Spanner Admin Instance V1."],["This documentation page is for the `ListInstancesResponse` class, which is part of the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, specifically designed to manage and respond to the listing of instances."],["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`, and inherits from the `Object` class."],["The ListInstancesResponse class has two constructors, one empty and one accepting another ListInstancesResponse object, and features two main properties, `Instances`, which is a list of the requested instances, and `NextPageToken`, which is used to continue a listInstances request."],["`ListInstancesResponse` includes a `GetEnumerator` method for iterating through the resources in the response and explicit implementation for the standard `IEnumerable.GetEnumerator()`."]]],[]]