Enum ListRuntimesResponse.RuntimeStage (2.43.0)

public enum ListRuntimesResponse.RuntimeStage extends Enum<ListRuntimesResponse.RuntimeStage> implements ProtocolMessageEnum

The various stages that a runtime can be in.

Protobuf enum google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeStage

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALPHA

The runtime is in the Alpha stage.

ALPHA = 2;

ALPHA_VALUE

The runtime is in the Alpha stage.

ALPHA = 2;

BETA

The runtime is in the Beta stage.

BETA = 3;

BETA_VALUE

The runtime is in the Beta stage.

BETA = 3;

DECOMMISSIONED

The runtime is no longer supported.

DECOMMISSIONED = 6;

DECOMMISSIONED_VALUE

The runtime is no longer supported.

DECOMMISSIONED = 6;

DEPRECATED

The runtime is deprecated.

DEPRECATED = 5;

DEPRECATED_VALUE

The runtime is deprecated.

DEPRECATED = 5;

DEVELOPMENT

The runtime is in development.

DEVELOPMENT = 1;

DEVELOPMENT_VALUE

The runtime is in development.

DEVELOPMENT = 1;

GA

The runtime is generally available.

GA = 4;

GA_VALUE

The runtime is generally available.

GA = 4;

RUNTIME_STAGE_UNSPECIFIED

Not specified.

RUNTIME_STAGE_UNSPECIFIED = 0;

RUNTIME_STAGE_UNSPECIFIED_VALUE

Not specified.

RUNTIME_STAGE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()