Cloud Pub/Sub v1 API - Class ListTopicsRequest (3.9.1)

public sealed class ListTopicsRequest : IPageRequest, IMessage<ListTopicsRequest>, IEquatable<ListTopicsRequest>, IDeepCloneable<ListTopicsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Pub/Sub v1 API class ListTopicsRequest.

Request for the ListTopics method.

Inheritance

object > ListTopicsRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListTopicsRequest()

public ListTopicsRequest()

ListTopicsRequest(ListTopicsRequest)

public ListTopicsRequest(ListTopicsRequest other)
Parameter
NameDescription
otherListTopicsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of topics to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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
TypeDescription
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
TypeDescription
string

ProjectAsProjectName

public ProjectName ProjectAsProjectName { get; set; }

ProjectName-typed view over the Project resource name property.

Property Value
TypeDescription
ProjectName