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."],[[["This page provides reference documentation for the `ListTopicsRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `ListTopicsRequest` class is used to make requests for the `ListTopics` method, which retrieves a list of topics, and it implements several interfaces including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation available is 3.23.0, with a comprehensive list of versions ranging from 3.23.0 down to 2.3.0 available for review."],["Key properties of the `ListTopicsRequest` class include `PageSize` for setting the maximum number of topics to be returned, `PageToken` for pagination, and `Project`/`ProjectAsProjectName` for specifying the project to list the topics from."],["The `ListTopicsRequest` class includes two constructors for instantiation, one parameterless and one allowing a copy of an existing `ListTopicsRequest` instance."]]],[]]