Optional. The value returned by the last ListSnapshotsResponse; indicates
that this is a continuation of a prior ListSnapshots 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 `ListSnapshotsRequest` class is part of the Google Cloud Pub/Sub v1 API, specifically within the `Google.Cloud.PubSub.V1` namespace, designed for requesting a list of snapshots."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, providing functionality for message handling, equality checks, deep cloning, buffered message processing, and paged requests."],["The `ListSnapshotsRequest` class includes properties for managing the request, such as `PageSize` to limit the number of returned snapshots, `PageToken` for pagination continuation, and `Project` to specify the target project, as well as a read-only property `ProjectAsProjectName` to provide a typed view of the project resource name."],["There are numerous documented versions of the `ListSnapshotsRequest` spanning from 2.3.0 to 3.23.0, with the latest version being 3.23.0, which allows users to access documentation for the different release versions of the API."]]],[]]