Optional. 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 version 3.10.1 and several older versions."],["`ListTopicSubscriptionsRequest` is used to request a list of subscriptions related to a specific topic, and it implements multiple interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to manage the request, such as `PageSize`, `PageToken`, and `Topic`, which allow for specifying the number of results, continuing from a previous request, and defining the topic in question, respectively."],["The latest version available of the `ListTopicSubscriptionsRequest` is 3.23.0, and it is possible to access the documentation of several previous versions of this request."],["The class includes two constructors: a default one and another that accepts a `ListTopicSubscriptionsRequest` object to create a copy."]]],[]]