state property

String? state
getter/setter pair

State of the assignment.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Invalid state value.
  • "PENDING" : Queries from assignee will be executed as on-demand, if related assignment is pending.
  • "ACTIVE" : Assignment is ready.

Implementation

core.String? state;