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-04-09 UTC."],[[["This webpage provides reference documentation for the `ListSnapshotsRequest` class within the Cloud Pub/Sub v1 API, specifically for .NET developers."],["The content covers various versions of the `ListSnapshotsRequest` class, ranging from version 2.3.0 to the latest version 3.23.0."],["`ListSnapshotsRequest` is a request class used in the `ListSnapshots` method, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["Key properties of the `ListSnapshotsRequest` class include `PageSize`, `PageToken`, `Project`, and `ProjectAsProjectName`, which control the number of snapshots to return, the continuation of a prior call, the project name, and the resource name property, respectively."],["The available constructors are `ListSnapshotsRequest()` for default instantiation and `ListSnapshotsRequest(ListSnapshotsRequest other)` for creating a copy of an existing `ListSnapshotsRequest` object."]]],[]]