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-31 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 available is 3.23.0, and multiple past versions are also documented, ranging back to 2.3.0."],["`ListTopicSnapshotsRequest` implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["The `ListTopicSnapshotsRequest` class has properties such as `PageSize`, `PageToken`, and `Topic`, which are used to specify the parameters of the list request."],["The `TopicAsTopicName` property provides a type-safe way to access the topic name, improving the reliability and readability of the code, and there are two constructors, one blank and another for cloning."]]],[]]