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, used for requesting a list of subscriptions associated with a specific topic."],["The class implements interfaces such as `IPageRequest`, `IMessage`, and `IEquatable`, and it inherits from `Object`."],["The document provides a history of the `Google.Cloud.PubSub.V1` package in dotnet, highlighting the various versions, ranging from 2.3.0 to the latest version 3.23.0, linking to the documentation for each version."],["The `ListTopicSubscriptionsRequest` class has properties like `PageSize`, `PageToken`, `Topic`, and `TopicAsTopicName` to manage request parameters such as the maximum number of subscriptions to return, pagination, and topic specification."],["The document lists the constructors for `ListTopicSubscriptionsRequest` which include a default constructor and a copy constructor allowing duplication of existing objects of the same type."]]],[]]