Class Runtime (1.8.2)

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

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

Attributes

NameDescription
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 Sequence[str]
Warning messages, e.g., a deprecation warning.
environment google.cloud.functions_v2.types.Environment
The environment for the runtime.

Inheritance

builtins.object > proto.message.Message > Runtime