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 documentation 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` to manage the request parameters, with the `Topic` property being a required field."],["The documentation covers a range of available versions of this class, from 3.23.0 down to version 2.3.0, allowing developers to access the specific class version of interest."],["The `ListTopicSubscriptionsRequest` class has two constructors, one default and one to initialize from another `ListTopicSubscriptionsRequest` object, and contains members inherited from the base `Object` class."]]],[]]