Optional. The value returned by the last ListTopicSnapshotsResponse;
indicates that this is a continuation of a prior ListTopicSnapshots call,
and that the system should return the next page of data.
[[["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 reference documentation for the `ListTopicSnapshotsRequest` class within the Google Cloud Pub/Sub v1 API, specifically version 3.18.0."],["The `ListTopicSnapshotsRequest` class is used to request a list of snapshots associated with a particular topic, and it implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the constructors available for creating `ListTopicSnapshotsRequest` objects, which includes a default constructor and one that takes another `ListTopicSnapshotsRequest` as a parameter."],["Key properties of the `ListTopicSnapshotsRequest` class include `PageSize`, `PageToken`, `Topic`, and `TopicAsTopicName`, which are used to specify the number of snapshots to return, pagination continuation, and the topic to list snapshots for, respectively."],["The page also provides a list of previous versions of this class, going from version 3.23.0 (latest) down to 2.3.0, each linking to their respective documentation."]]],[]]