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-21 UTC."],[[["This page provides reference documentation for the `ListTopicSnapshotsResponse` class within the Google Cloud Pub/Sub v1 API, specifically in the .NET context."],["The documentation covers various versions of the `ListTopicSnapshotsResponse` class, ranging from version 2.3.0 up to the latest version, 3.23.0."],["`ListTopicSnapshotsResponse` is a class used for responses from the `ListTopicSnapshots` method, inheriting from `object` and implementing multiple interfaces such as `IPageResponse`, `IEnumerable`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for retrieving a `NextPageToken` and a list of `Snapshots` names that match the given request, along with methods such as `GetEnumerator` to iterate through resources in the response."],["The documentation also describes the class's constructors, including a parameterless constructor and one that accepts another `ListTopicSnapshotsResponse` object."]]],[]]