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 in the .NET context."],["The `ListTopicSnapshotsRequest` class is used to request a list of snapshots associated with a specific topic in the Google Cloud Pub/Sub service and implements multiple interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page offers access to various versions of the documentation, ranging from version 2.3.0 to the latest version 3.23.0, with links to each version's respective documentation."],["Key properties of the `ListTopicSnapshotsRequest` class include `PageSize` (to set the number of snapshots per page), `PageToken` (for pagination), `Topic` (the name of the associated topic), and `TopicAsTopicName` (a typed view of the topic name)."],["The `ListTopicSnapshotsRequest` class is in the `Google.Cloud.PubSub.V1` namespace, inside of the `Google.Cloud.PubSub.V1.dll` assembly, and it contains two constructors: one default and another that creates a copy of an existing `ListTopicSnapshotsRequest` instance."]]],[]]