Managed Service for Apache Kafka API v1 API - Class ListTopicsResponse (1.0.0-beta01)

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.

Inheritance

object > ListTopicsResponse

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

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