Class ListChannelsResponse (1.6.2)

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

The response message for the ListChannels method.

Attributes

NameDescription
channels Sequence[google.cloud.eventarc_v1.types.Channel]
The requested channels, up to the number specified in ``page_size``.
next_page_token str
A page token that can be sent to ListChannels to request the next page. If this is empty, then there are no more pages.
unreachable Sequence[str]
Unreachable resources, if any.

Inheritance

builtins.object > proto.message.Message > ListChannelsResponse