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 page details the `ListTopicSubscriptionsRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.9.0 and its many versions."],["The `ListTopicSubscriptionsRequest` class is used to request a list of subscriptions associated with a specific topic in Google Cloud Pub/Sub."],["It implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide various functionalities like paging, message handling, comparison, cloning, and buffer management."],["Key properties of this class include `PageSize` (to set the number of subscriptions to return), `PageToken` (for pagination), and `Topic` (to specify the relevant topic)."],["The class contains public constructors, one of which is parameterless, and the other which takes another `ListTopicSubscriptionsRequest` as a parameter, which is used for copying."]]],[]]