Class ListRuntimesResponse (1.10.1)

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

Response for the ListRuntimes method.

Attribute

NameDescription
runtimes MutableSequence[google.cloud.functions_v2.types.ListRuntimesResponse.Runtime]
The runtimes that match the request.

Classes

Runtime

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

Describes a runtime and any special information (e.g., deprecation status) related to it.

RuntimeStage

RuntimeStage(value)

The various stages that a runtime can be in.

Values: RUNTIME_STAGE_UNSPECIFIED (0): Not specified. DEVELOPMENT (1): The runtime is in development. ALPHA (2): The runtime is in the Alpha stage. BETA (3): The runtime is in the Beta stage. GA (4): The runtime is generally available. DEPRECATED (5): The runtime is deprecated. DECOMMISSIONED (6): The runtime is no longer supported.