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 page provides reference documentation for the `ListTopicSubscriptionsRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment, with the current version being 3.6.0, with links to previous versions."],["The `ListTopicSubscriptionsRequest` class is used to request a list of topic subscriptions and is part of the `Google.Cloud.PubSub.V1` namespace, implemented using several interfaces like `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating instances and properties like `PageSize`, `PageToken`, `Topic`, and `TopicAsTopicName`, which allow setting parameters for the subscription listing request."],["The documentation shows that `ListTopicSubscriptionsRequest` inherits from `object`, allowing it to use inherited methods such as `GetHashCode`, `GetType`, and `ToString`."],["The `ListTopicSubscriptionsRequest` class contains a required `Topic` property, where a user must input the name of the topic that they want the subscriptions listed from, in the format of `projects/{project}/topics/{topic}`."]]],[]]