The value returned by the last ListTopicSubscriptionsResponse; indicates
that this is a continuation of a prior ListTopicSubscriptions 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 webpage details the `ListTopicSubscriptionsRequest` class within the `Google.Cloud.PubSub.V1` namespace, used to request a list of subscriptions for a specific topic in Google Cloud Pub/Sub."],["The page provides documentation for multiple versions of the `ListTopicSubscriptionsRequest` class, ranging from version 2.3.0 to the latest, 3.23.0, as well as the currently displayed version, 3.2.0."],["`ListTopicSubscriptionsRequest` inherits from `Object` and implements interfaces such as `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ListTopicSubscriptionsRequest` include `PageSize` for controlling the number of results, `PageToken` for pagination, and `Topic` which is a required field specifying the topic to query."],["The class offers two constructors, a default constructor, and a copy constructor."]]],[]]