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."],[[["The `ListTopicSnapshotsRequest` class is used to request a list of snapshots related to a specific topic in the Google Cloud Pub/Sub service."],["This class implements multiple interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing paged requests, message handling, equality comparison, deep cloning, and buffer management."],["The `ListTopicSnapshotsRequest` has properties to define the `PageSize`, `PageToken`, `Topic`, and `TopicAsTopicName` for retrieving a specific segment of snapshots and for identifying the target topic."],["The provided content displays versions of `ListTopicSnapshotsRequest` for Google.Cloud.PubSub.V1, ranging from version 2.3.0 all the way up to the latest 3.23.0."],["There is a `ListTopicSnapshotsRequest()` constructor, and a second constructor `ListTopicSnapshotsRequest(ListTopicSnapshotsRequest other)` that allows you to create a new instance by copying the values from an existing `ListTopicSnapshotsRequest` object."]]],[]]