A token which may be sent as
[page_token][google.cloud.gkebackup.v1.ListVolumeRestoresRequest.page_token] in a subsequent
ListVolumeRestores call to retrieve the next page of results.
If this field is omitted or empty, then there are no more results to
return.
[[["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 provides reference information for the `ListVolumeRestoresResponse` class within the Google Cloud GKE Backup v1 API, specifically version 2.0.0, and the document also includes links to the latest version (2.6.0) and previous versions (2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0 and 1.0.0-beta01)."],["The `ListVolumeRestoresResponse` class is used as a response message for listing VolumeRestores, and it implements several interfaces including `IPageResponse\u003cVolumeRestore\u003e`, `IEnumerable\u003cVolumeRestore\u003e`, `IMessage\u003cListVolumeRestoresResponse\u003e`, `IEquatable\u003cListVolumeRestoresResponse\u003e`, `IDeepCloneable\u003cListVolumeRestoresResponse\u003e`, `IBufferMessage` and `IMessage`."],["The class has two key properties, `NextPageToken`, which is a string used for pagination in subsequent calls, and `VolumeRestores`, which is a `RepeatedField\u003cVolumeRestore\u003e` containing the list of VolumeRestores."],["The provided document contains information on how to use the class's public methods, specifically `GetEnumerator()`, which allows you to iterate through the `VolumeRestore` resources in the response and also the explicit interface `IEnumerable.GetEnumerator()`."],["The document also provides information on the assembly (`Google.Cloud.GkeBackup.V1.dll`) and namespace (`Google.Cloud.GkeBackup.V1`) in which the class is defined, along with details on its constructors (`ListVolumeRestoresResponse()` and `ListVolumeRestoresResponse(ListVolumeRestoresResponse)`)."]]],[]]