Class ListChannelConnectionsResponse (1.6.2)

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

The response message for the ListChannelConnections method.

Attributes

NameDescription
channel_connections Sequence[google.cloud.eventarc_v1.types.ChannelConnection]
The requested channel connections, up to the number specified in ``page_size``.
next_page_token str
A page token that can be sent to ListChannelConnections 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 > ListChannelConnectionsResponse