Class ListFunctionsResponse (1.8.0)

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

Response for the ListFunctions method.

Attributes

NameDescription
functions Sequence[google.cloud.functions_v1.types.CloudFunction]
The functions that match the request.
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.

Inheritance

builtins.object > proto.message.Message > ListFunctionsResponse