public sealed class ListTopicsResponse : IMessage<ListTopicsResponse>, IEquatable<ListTopicsResponse>, IDeepCloneable<ListTopicsResponse>, IBufferMessage, IMessage, IPageResponse<Topic>, IEnumerable<Topic>, IEnumerable
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class ListTopicsResponse.
Response for ListTopics.
Implements
IMessageListTopicsResponse, IEquatableListTopicsResponse, IDeepCloneableListTopicsResponse, IBufferMessage, IMessage, IPageResponseTopic, IEnumerableTopic, IEnumerableNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
ListTopicsResponse()
public ListTopicsResponse()
ListTopicsResponse(ListTopicsResponse)
public ListTopicsResponse(ListTopicsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListTopicsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
Property Value | |
---|---|
Type | Description |
string |
Topics
public RepeatedField<Topic> Topics { get; }
The list of topics in the requested parent. The order of the topics is unspecified.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTopic |
Methods
GetEnumerator()
public IEnumerator<Topic> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTopic |