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, which is used to request a list of subscriptions associated with a specific topic in the Google Cloud Pub/Sub service."],["The latest version available for this specific `ListTopicSubscriptionsRequest` is 3.23.0, with a complete list of versions dating as far back as 2.3.0 provided for reference and access."],["The `ListTopicSubscriptionsRequest` class, part of the `Google.Cloud.PubSub.V1` namespace, implements multiple interfaces such as `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides several properties to customize the request, including `PageSize` to limit the number of subscriptions returned, `PageToken` for pagination, and `Topic` to specify the target topic, which can also be viewed as `TopicAsTopicName`."],["The class also includes two constructors, one for default initialization and one to create a copy, by passing an existing `ListTopicSubscriptionsRequest`."]]],[]]