Cloud Functions V2 API - Module Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage (v0.7.0)

Reference documentation and code samples for the Cloud Functions V2 API module Google::Cloud::Functions::V2::ListRuntimesResponse::RuntimeStage.

The various stages that a runtime can be in.

Constants

RUNTIME_STAGE_UNSPECIFIED

value: 0
Not specified.

DEVELOPMENT

value: 1
The runtime is in development.

ALPHA

value: 2
The runtime is in the Alpha stage.

BETA

value: 3
The runtime is in the Beta stage.

GA

value: 4
The runtime is generally available.

DEPRECATED

value: 5
The runtime is deprecated.

DECOMMISSIONED

value: 6
The runtime is no longer supported.