stage property

String? stage
getter/setter pair

The stage of life this runtime is in, e.g., BETA, GA, etc. Possible string values are:

  • "RUNTIME_STAGE_UNSPECIFIED" : Not specified.
  • "DEVELOPMENT" : The runtime is in development.
  • "ALPHA" : The runtime is in the Alpha stage.
  • "BETA" : The runtime is in the Beta stage.
  • "GA" : The runtime is generally available.
  • "DEPRECATED" : The runtime is deprecated.
  • "DECOMMISSIONED" : The runtime is no longer supported.

Implementation

core.String? stage;