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."],[[["The webpage provides reference documentation and code samples for the `ListTopicSnapshotsRequest` class within the Cloud Pub/Sub v1 API, covering versions from 2.3.0 up to the latest 3.23.0."],["`ListTopicSnapshotsRequest` is used to request a list of snapshots for a specific topic in the Cloud Pub/Sub service."],["The class `ListTopicSnapshotsRequest` implements multiple interfaces like `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for paginated requests, message handling, equality checks, deep cloning, and buffer management."],["The class contains several properties including `PageSize`, `PageToken`, `Topic`, and `TopicAsTopicName`, allowing control over the number of snapshots returned and continuation of calls, and the identification of the topic name for which the snapshots are requested."],["The `ListTopicSnapshotsRequest` class contains two constructors, a default one and one taking another `ListTopicSnapshotsRequest` as parameter."]]],[]]