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 for .NET, with version 3.23.0 being the latest."],["The `ListSubscriptionsRequest` class is used to request a list of subscriptions and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The page lists various versions of the Google.Cloud.PubSub.V1 library, ranging from version 3.23.0 down to 2.3.0, with links to documentation for each version's `ListSubscriptionsRequest`."],["The class `ListSubscriptionsRequest` has properties such as `PageSize`, `PageToken`, and `Project`, which are used to specify the number of subscriptions to return, a continuation token, and the project in which to list subscriptions respectively."],["The `ListSubscriptionsRequest` class includes the constructors `ListSubscriptionsRequest()` and `ListSubscriptionsRequest(ListSubscriptionsRequest other)` to allow for creating new instances."]]],[]]