Optional. The value returned by the last ListTopicsResponse; indicates
that this is a continuation of a prior ListTopics 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-31 UTC."],[[["The latest version available for the `ListTopicsRequest` in the Google Cloud Pub/Sub v1 API is 3.23.0, with a range of prior versions down to 2.3.0."],["`ListTopicsRequest` is a class used to request a list of topics from the Cloud Pub/Sub service, inheriting from `object` and implementing multiple interfaces like `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `PageSize` to limit the number of topics returned, `PageToken` for pagination, and `Project` to specify the project to list topics from, as well as a `ProjectAsProjectName` property to obtain a resource name."],["The `ListTopicsRequest` class has two constructors: a default one and one that takes another `ListTopicsRequest` as a parameter for creating a copy."],["The class is found within the `Google.Cloud.PubSub.V1` namespace, contained in the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]