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-31 UTC."],[[["The content provides documentation for the `ListSubscriptionsRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its purpose and functionality."],["This documentation covers various versions of the Google Cloud Pub/Sub .NET library, ranging from version 2.3.0 to the latest 3.23.0, with version 3.1.0 as the focus."],["`ListSubscriptionsRequest` is a class used to request a list of subscriptions, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The class has properties like `PageSize`, `PageToken`, and `Project` that allow for configuration of the request, such as setting the number of subscriptions to return, continuing a previous request, and defining the project."],["The class has two constructors: one empty, and another that accepts a `ListSubscriptionsRequest` as a parameter."]]],[]]