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 provides reference documentation for the `ListSnapshotsRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment, with the current version being 3.7.0, however there are many previous versions all the way up to version 3.23.0."],["`ListSnapshotsRequest` is a class used to request a list of snapshots from the Cloud Pub/Sub API and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IMessage`, and `IPageRequest`."],["The class `ListSnapshotsRequest` has properties such as `PageSize`, `PageToken`, `Project`, and `ProjectAsProjectName`, which are used to specify parameters for the list snapshots request like the maximum number of snapshots to be returned, the continuation token for pagination, and the project in which the snapshots reside."],["The documentation includes details about the constructors for creating a `ListSnapshotsRequest` object, and information about inherited members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `ListSnapshotsRequest` is a request for the `ListSnapshots` method, and must be formatted as `projects/{project-id}`, containing the name of the project in which to list snapshots."]]],[]]