state property

String? state
getter/setter pair

The state of the processor version. Possible string values are:

  • "STATE_UNSPECIFIED" : The processor version is in an unspecified state.
  • "DEPLOYED" : The processor version is deployed and can be used for processing.
  • "DEPLOYING" : The processor version is being deployed.
  • "UNDEPLOYED" : The processor version is not deployed and cannot be used for processing.
  • "UNDEPLOYING" : The processor version is being undeployed.
  • "CREATING" : The processor version is being created.
  • "DELETING" : The processor version is being deleted.
  • "FAILED" : The processor version failed and is in an indeterminate state.
  • "IMPORTING" : The processor version is being imported.

Implementation

core.String? state;