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-04-09 UTC."],[[["This page details the `ListTopicSnapshotsRequest` class within the `Google.Cloud.PubSub.V1` namespace, used to request a list of snapshots related to a specific topic."],["The most recent version of `ListTopicSnapshotsRequest` is 3.23.0, and the content lists all versions from this down to 2.3.0."],["The `ListTopicSnapshotsRequest` class implements multiple interfaces including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ListTopicSnapshotsRequest` include `PageSize` (maximum snapshots to return), `PageToken` (for pagination), `Topic` (the topic name for which to list snapshots) and `TopicAsTopicName` (a `TopicName`-typed view over the topic resource name)."],["The `ListTopicSnapshotsRequest` class has two constructors, a default parameterless one and one that takes another `ListTopicSnapshotsRequest` object as the argument."]]],[]]