public sealed class ListTopicsRequest : IPageRequest, IMessage<ListTopicsRequest>, IEquatable<ListTopicsRequest>, IDeepCloneable<ListTopicsRequest>, IBufferMessage, IMessage
Request for the ListTopics
method.
Inheritance
System.Object > ListTopicsRequestImplements
Google.Api.Gax.Grpc.IPageRequest, Google.Protobuf.IMessage<ListTopicsRequest>, System.IEquatable<ListTopicsRequest>, Google.Protobuf.IDeepCloneable<ListTopicsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListTopicsRequest()
public ListTopicsRequest()
ListTopicsRequest(ListTopicsRequest)
public ListTopicsRequest(ListTopicsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTopicsRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of topics to return.
Property Value | |
---|---|
Type | Description |
System.Int32 |
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 | |
---|---|
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.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.ResourceNames.ProjectName |