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."],[[["The latest version of the `ListTopicSnapshotsRequest` API is 3.23.0, with numerous previous versions available for reference, ranging from 3.22.0 down to 2.3.0."],["`ListTopicSnapshotsRequest` is a class used to request a list of topic snapshots in the Cloud Pub/Sub v1 API."],["This class implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with various data structures and manage complex operations."],["Key properties of the `ListTopicSnapshotsRequest` class include `PageSize` for setting the number of snapshots to return, `PageToken` for continuing a prior request, `Topic` for specifying the topic name, and `TopicAsTopicName` for a typed view of the resource name property."],["The request requires the name of the topic that the snapshots are attached to, in the format `projects/{project}/topics/{topic}`."]]],[]]