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 document provides reference information for the `ListTopicSubscriptionsRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment, with the latest version being 3.23.0."],["The `ListTopicSubscriptionsRequest` class is used to request a list of subscriptions associated with a particular topic, and implements several interfaces including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `PageSize`, `PageToken`, and `Topic`, which are used to control the pagination of results and specify the target topic for listing subscriptions."],["There are two constructors provided, one parameterless and one that takes another `ListTopicSubscriptionsRequest` object, allowing for easy object creation and cloning."],["The documentation details the different versions available for the `ListTopicSubscriptionsRequest` class, allowing users to browse through older versions dating back to 2.3.0."]]],[]]