Class ListFunctionsResponse (1.0.4)

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

Response for the ListFunctions method. .. attribute:: functions

The functions that match the request.

:type: Sequence[google.cloud.functions_v1.types.CloudFunction]

Attributes

NameDescription
next_page_token str
If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
unreachable Sequence[str]
Locations that could not be reached. The response does not include any functions from these locations.