Class ListTopicsRequest (0.1.0)

ListTopicsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for ListTopics.

Attributes

Name Description
parent str
Required. The parent cluster whose topics are to be listed. Structured like projects/{project}/locations/{location}/clusters/{cluster}.
page_size int
Optional. The maximum number of topics to return. The service may return fewer than this value. If unset or zero, all topics for the parent is returned.
page_token str
Optional. A page token, received from a previous ListTopics call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTopics must match the call that provided the page token.