Class ListProvidersResponse (1.6.2)

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

The response message for the ListProviders method.

Attributes

NameDescription
providers Sequence[google.cloud.eventarc_v1.types.Provider]
The requested providers, up to the number specified in ``page_size``.
next_page_token str
A page token that can be sent to ListProviders 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 > ListProvidersResponse