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.
Property Value
Type
Description
System.String
Project
public string Project { get; set; }
Required. The name of the project in which to list topics.
Format is projects/{project-id}.
Property Value
Type
Description
System.String
ProjectAsProjectName
public ProjectName ProjectAsProjectName { get; set; }
Google.Api.Gax.ResourceNames.ProjectName-typed view over the Project resource name property.
[[["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 content provides documentation for the `ListTopicsRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically referencing version 2.3.0 and later versions up to 3.23.0."],["`ListTopicsRequest` is used to request a list of topics, inheriting from and implementing several interfaces including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `PageSize` (to control the number of topics returned), `PageToken` (for pagination), and `Project` (to specify the project from which to list topics), and `ProjectAsProjectName` which is a typed view over the `Project` property."],["The `ListTopicsRequest` class has two constructors: one empty and another that accepts a `ListTopicsRequest` as a parameter to use as the new object."],["This documentation covers versions of the Google.Cloud.PubSub.V1 library from version 2.3.0 all the way up to the latest version, 3.23.0, and details are provided for the various versions."]]],[]]