public sealed class ListTopicsResponse : IPageResponse<Topic>, IEnumerable<Topic>, IEnumerable, IMessage<ListTopicsResponse>, IEquatable<ListTopicsResponse>, IDeepCloneable<ListTopicsResponse>, IBufferMessage, IMessageResponse for the ListTopics method.
Implements
IPageResponse<Topic>, IEnumerable<Topic>, IEnumerable, IMessage<ListTopicsResponse>, IEquatable<ListTopicsResponse>, IDeepCloneable<ListTopicsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListTopicsResponse()
public ListTopicsResponse()ListTopicsResponse(ListTopicsResponse)
public ListTopicsResponse(ListTopicsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTopicsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }If not empty, indicates that there may be more topics that match the
request; this value should be passed in a new ListTopicsRequest.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Topics
public RepeatedField<Topic> Topics { get; }The resulting topics.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Topic> |
|
Methods
GetEnumerator()
public IEnumerator<Topic> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Topic> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|