launchStatus property

String? launchStatus
getter/setter pair

The launch status of the infoType. Possible string values are:

  • "INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED" : Unspecified.
  • "GENERAL_AVAILABILITY" : InfoType is generally available.
  • "PUBLIC_PREVIEW" : InfoType is in public preview.
  • "PRIVATE_PREVIEW" : InfoType is in private preview.

Implementation

core.String? launchStatus;