state property

String? state
getter/setter pair

State of the ExtensionVersion.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default state. Generally not used.
  • "PUBLISHED" : Can be installed by consumers.
  • "DEPRECATED" : Can be reconfigured but not freshly installed by consumers.

Implementation

core.String? state;