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-04-09 UTC."],[[["This page details the `ListTopicSnapshotsRequest` class within the `Google.Cloud.PubSub.V1` namespace, which is used to request a list of snapshots associated with a specific topic in Google Cloud Pub/Sub."],["The latest version available is 3.23.0, with a range of versions from 3.23.0 down to 2.3.0 available for different use cases, allowing you to consult documentation on older versions."],["`ListTopicSnapshotsRequest` implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which define the structure of the message."],["The class includes properties like `PageSize`, `PageToken`, and `Topic` to specify the request parameters, such as the number of snapshots to return and the topic from which to list them, along with a TopicName typed view over the topic."],["There are two constructors available to initialize the `ListTopicSnapshotsRequest` object, allowing a default construction or a copy constructor."]]],[]]