toolVersionSupportState property

String? toolVersionSupportState
getter/setter pair

The tool support state for this release's version of the tool.

Output only. Possible string values are:

  • "TOOL_VERSION_SUPPORT_STATE_UNSPECIFIED" : Default value. This value is unused.
  • "TOOL_VERSION_SUPPORT_STATE_SUPPORTED" : This tool version is currently supported.
  • "TOOL_VERSION_SUPPORT_STATE_MAINTENANCE_MODE" : This tool version is in maintenance mode.
  • "TOOL_VERSION_SUPPORT_STATE_UNSUPPORTED" : This tool version is no longer supported.

Implementation

core.String? toolVersionSupportState;