Class ListFunctionsResponse (1.8.1)

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

Response for the ListFunctions method.

Attributes

NameDescription
functions Sequence[google.cloud.functions_v2.types.Function]
The functions that match the request.
next_page_token str
A token, which can be sent as ``page_token`` to retrieve the next page. If this field is omitted, there are no subsequent pages.
unreachable Sequence[str]
Locations that could not be reached. The response does not include any functions from these locations.

Inheritance

builtins.object > proto.message.Message > ListFunctionsResponse