registryLaunchStage property
Launch stage of the extension.
Used to control badges displayed on extensions to end user.
Output only. Possible string values are:
- "REGISTRY_LAUNCH_STAGE_UNSPECIFIED" : Default state. Generally not used.
- "EXPERIMENTAL" : Can be installed by consumers. User displayed warning shown that this is not officially supported.
- "BETA" : Can be installed by consumers. No warnings displayed, but no deprecation policy.
- "GA" : Can be installed by consumers. No warnings displayed, but includes deprecation policy.
- "DEPRECATED" : Can be installed by consumers. User displayed warning that there will no longer be future updates.
Implementation
core.String? registryLaunchStage;