state property

String? state
getter/setter pair

The state of the version, ACTIVE, DEPRECATED or OBSOLETE.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
  • "ACTIVE" : The version is actively supported.
  • "DEPRECATED" : The version is deprecated.
  • "OBSOLETE" : The version is obsolete.

Implementation

core.String? state;