next_page_token can be sent in a subsequent
[ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to
fetch more of the matching instance configurations.
[[["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 webpage provides documentation for the `ListInstanceConfigsResponse` class within the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, detailing its functionality and usage across various versions."],["The class `ListInstanceConfigsResponse` is used to receive the response from a `ListInstanceConfigs` call to fetch more of the matching instance configurations, and is an implementation of several interfaces including `IPageResponse`, `IEnumerable`, and `IMessage`."],["The page lists numerous versions of the Google Cloud Spanner Admin Instance API, starting with the latest beta version `5.0.0-beta05`, and going as far back as `3.5.0`, with `3.10.0` being the active version highlighted at the top."],["The class has two constructors, one default and one that accepts another `ListInstanceConfigsResponse` object, and features two key properties, `InstanceConfigs` which contains a list of requested instance configurations, and `NextPageToken`, for fetching additional configurations."],["The documentation includes inherited members from the Object class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and it provides information on the methods available within the `ListInstanceConfigsResponse` class, which includes `GetEnumerator` for iterating through instance configurations."]]],[]]