Google Cloud Functions V2 Client - Class RuntimeStage (1.6.3)

Reference documentation and code samples for the Google Cloud Functions V2 Client class RuntimeStage.

The various stages that a runtime can be in.

Protobuf type google.cloud.functions.v2.ListRuntimesResponse.RuntimeStage

Namespace

Google \ Cloud \ Functions \ V2 \ ListRuntimesResponse

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RUNTIME_STAGE_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum RUNTIME_STAGE_UNSPECIFIED = 0;

DEVELOPMENT

Value: 1

The runtime is in development.

Generated from protobuf enum DEVELOPMENT = 1;

ALPHA

Value: 2

The runtime is in the Alpha stage.

Generated from protobuf enum ALPHA = 2;

BETA

Value: 3

The runtime is in the Beta stage.

Generated from protobuf enum BETA = 3;

GA

Value: 4

The runtime is generally available.

Generated from protobuf enum GA = 4;

DEPRECATED

Value: 5

The runtime is deprecated.

Generated from protobuf enum DEPRECATED = 5;

DECOMMISSIONED

Value: 6

The runtime is no longer supported.

Generated from protobuf enum DECOMMISSIONED = 6;