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."],[[["This webpage details the `ListSnapshotsRequest` class within the `Google.Cloud.PubSub.V1` namespace, utilized for requesting a list of snapshots in Google Cloud Pub/Sub."],["The content includes a comprehensive list of versions for the `ListSnapshotsRequest`, ranging from the latest version 3.23.0 down to version 2.3.0."],["The `ListSnapshotsRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, and inherits from the base `Object` class."],["Key properties of `ListSnapshotsRequest` include `PageSize` for the number of snapshots to return, `PageToken` for continuing a previous call, and `Project` for specifying the project to list snapshots from."],["The `ListSnapshotsRequest` has two constructors one to create an empty request and one to copy the information of another `ListSnapshotsRequest` instance."]]],[]]