state property

String? state
getter/setter pair

The dynamic availability state of the tool on the external server.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default state.
  • "ACTIVE" : The tool is available and actively offered by the server.
  • "INACTIVE" : The tool is configured or pinned, but currently not offered by the server.
  • "STALE" : The tool exists on the server, but does not match the version on the server.

Implementation

core.String? state;