The value returned by the last ListSubscriptionsResponse; indicates that
this is a continuation of a prior ListSubscriptions 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-21 UTC."],[[["This page provides reference documentation for the `ListSubscriptionsRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `ListSubscriptionsRequest` class is used to make requests for the `ListSubscriptions` method, allowing users to retrieve a list of subscriptions."],["The class has several properties, including `PageSize`, `PageToken`, `Project`, and `ProjectAsProjectName`, which are used to define parameters of the request such as the project, pagination, and the number of subscriptions to be returned."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, which allows for a robust set of features, including serialization, equality checks, cloning, and efficient data handling."],["Multiple versions of the `ListSubscriptionsRequest` class are documented here, from version 2.3.0 to the latest 3.23.0, allowing developers to understand the historical progression of the class."]]],[]]