Runtime(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes a runtime and any special information (e.g., deprecation status) related to it.
Attributes |
|
---|---|
Name | Description |
name |
str
The name of the runtime, e.g., 'go113', 'nodejs12', etc. |
display_name |
str
The user facing name, eg 'Go 1.13', 'Node.js 12', etc. |
stage |
google.cloud.functions_v2.types.ListRuntimesResponse.RuntimeStage
The stage of life this runtime is in, e.g., BETA, GA, etc. |
warnings |
MutableSequence[str]
Warning messages, e.g., a deprecation warning. |
environment |
google.cloud.functions_v2.types.Environment
The environment for the runtime. |
deprecation_date |
google.type.date_pb2.Date
Deprecation date for the runtime. |
decommission_date |
google.type.date_pb2.Date
Decommission date for the runtime. |