Optional. If not empty, indicates that there may be more snapshots that
match the request; this value should be passed in a new
ListTopicSnapshotsRequest to get more snapshots.
[[["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-31 UTC."],[[["The latest version of the `ListTopicSnapshotsResponse` class in the Google.Cloud.PubSub.V1 API is 3.23.0, which is part of the .NET documentation."],["This class represents the response for the `ListTopicSnapshots` method in the Cloud Pub/Sub v1 API, and provides a list of snapshots that match the request, as well as a token for obtaining additional results if any remain."],["The `ListTopicSnapshotsResponse` class implements multiple interfaces, including `IPageResponse\u003cstring\u003e`, `IEnumerable\u003cstring\u003e`, `IEnumerable`, `IMessage`, `IEquatable\u003cListTopicSnapshotsResponse\u003e`, `IDeepCloneable\u003cListTopicSnapshotsResponse\u003e`, and `IBufferMessage`."],["The class has two properties, `NextPageToken` which is a string that indicates whether there are more snapshots available and `Snapshots` which contains the list of snapshots that matched the request."],["The class `ListTopicSnapshotsResponse` has 2 constructors, including one that takes a `ListTopicSnapshotsResponse` object, and the class allows for enumeration and deep cloning."]]],[]]