[[["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 `ListSnapshotsResponse` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment, with the current version being 3.6.0, however it also provides access to previous versions."],["The `ListSnapshotsResponse` class is used to encapsulate the response received after calling the `ListSnapshots` method in the API and contains a list of snapshots."],["The class `ListSnapshotsResponse` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, `IEnumerable` and inherits from `object`."],["The `ListSnapshotsResponse` object has properties like `NextPageToken`, which is used for pagination of large snapshot lists, and `Snapshots`, which is a `RepeatedField` containing the list of `Snapshot` objects."],["The class allows for enumeration using the `GetEnumerator()` method, which returns an enumerator to iterate through the `Snapshot` resources in the response."]]],[]]