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 webpage provides documentation for the `ListTopicSnapshotsRequest` class within the Google.Cloud.PubSub.V1 namespace, detailing its use in requesting a list of snapshots for a specific topic."],["The content covers various versions of the Google.Cloud.PubSub.V1 library, ranging from version 2.3.0 to the latest version 3.23.0, all referencing the `ListTopicSnapshotsRequest` method."],["`ListTopicSnapshotsRequest` implements interfaces like `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for paged requests, message handling, and deep cloning capabilities."],["Key properties of the `ListTopicSnapshotsRequest` class include `PageSize` (for controlling the number of snapshots returned), `PageToken` (for handling pagination), `Topic` (the required topic name), and `TopicAsTopicName` (a `TopicName`-typed view of the topic)."],["The class includes two constructors, allowing users to either create an empty request or populate it using an already existing `ListTopicSnapshotsRequest`."]]],[]]