public enum ListRuntimesResponse.RuntimeStage extends Enum<ListRuntimesResponse.RuntimeStage> implements ProtocolMessageEnumThe various stages that a runtime can be in.
Protobuf enum google.cloud.functions.v2alpha.ListRuntimesResponse.RuntimeStage
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ALPHA | The runtime is in the Alpha stage. |
| ALPHA_VALUE | The runtime is in the Alpha stage. |
| BETA | The runtime is in the Beta stage. |
| BETA_VALUE | The runtime is in the Beta stage. |
| DECOMMISSIONED | The runtime is no longer supported. |
| DECOMMISSIONED_VALUE | The runtime is no longer supported. |
| DEPRECATED | The runtime is deprecated. |
| DEPRECATED_VALUE | The runtime is deprecated. |
| DEVELOPMENT | The runtime is in development. |
| DEVELOPMENT_VALUE | The runtime is in development. |
| GA | The runtime is generally available. |
| GA_VALUE | The runtime is generally available. |
| RUNTIME_STAGE_UNSPECIFIED | Not specified. |
| RUNTIME_STAGE_UNSPECIFIED_VALUE | Not specified. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |