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 outlines the `ListTopicSubscriptionsRequest` class within the Google.Cloud.PubSub.V1 namespace, providing details on how to request a list of subscriptions attached to a specific topic."],["The document lists the available versions of the `ListTopicSubscriptionsRequest` class, ranging from version 2.3.0 up to the latest version 3.23.0."],["The `ListTopicSubscriptionsRequest` class implements multiple interfaces including IPageRequest, IMessage, IEquatable, IDeepCloneable, and IBufferMessage, to support various operations and data handling."],["The class has properties like `PageSize`, `PageToken`, `Topic`, and `TopicAsTopicName`, which allow setting the maximum number of subscriptions to return, continuing previous calls, and specifying the topic to get subscriptions from."],["The `ListTopicSubscriptionsRequest` class has two constructors, a parameterless constructor, and one that creates a new request based on another one, allowing for a simple way to clone a request."]]],[]]