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 page details the `ListTopicSnapshotsRequest` class, which is used to request a list of snapshots associated with a specific topic within the Google Cloud Pub/Sub service."],["The `ListTopicSnapshotsRequest` class, part of the `Google.Cloud.PubSub.V1` namespace, implements multiple interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in request management and data handling."],["The page lists different versions of this request, from 2.3.0 all the way up to the most recent version at 3.23.0, allowing users to view changes across versions."],["Key properties of the `ListTopicSnapshotsRequest` class include `PageSize` (for setting the maximum number of snapshots to return), `PageToken` (for handling paginated responses), `Topic` (the required topic name), and `TopicAsTopicName` (a typed view of the topic name)."],["The class has inherited members from Object, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, along with the constructors `ListTopicSnapshotsRequest()` and `ListTopicSnapshotsRequest(ListTopicSnapshotsRequest other)`."]]],[]]