Module: Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage

Defined in:
proto_docs/google/cloud/functions/v2/functions.rb

Overview

The various stages that a runtime can be in.

Constant Summary collapse

RUNTIME_STAGE_UNSPECIFIED =

Not specified.

0
DEVELOPMENT =

The runtime is in development.

1
ALPHA =

The runtime is in the Alpha stage.

2
BETA =

The runtime is in the Beta stage.

3
GA =

The runtime is generally available.

4
DEPRECATED =

The runtime is deprecated.

5
DECOMMISSIONED =

The runtime is no longer supported.

6