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 it is accessible alongside several other versions, including stable releases ranging from 3.5.0 to 4.6.0, all related to the Google Cloud Spanner Admin Instance V1."],["`ListInstancesResponse` is a sealed class that implements several interfaces, including `IPageResponse\u003cInstance\u003e`, `IEnumerable\u003cInstance\u003e`, `IEnumerable`, `IMessage\u003cListInstancesResponse\u003e`, `IEquatable\u003cListInstancesResponse\u003e`, `IDeepCloneable\u003cListInstancesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class `ListInstancesResponse` is designed to handle the response for the `ListInstances` method in Google Spanner Admin Instance V1, and it inherits directly from `Object`."],["Key properties of `ListInstancesResponse` include `Instances`, a repeated field of `Instance` type that holds the requested instances, and `NextPageToken`, which is a string used for pagination in subsequent calls."],["The `ListInstancesResponse` class has two constructors: a parameterless constructor and one that accepts another `ListInstancesResponse` object for creating copies."]]],[]]