operationState property

String? operationState
getter/setter pair

The state of the overall export operation.

Output only. Possible string values are:

  • "OPERATION_STATE_UNSPECIFIED" : State unspecified.
  • "IN_PROGRESS" : Operation still in progress.
  • "FINISHED" : Operation finished.

Implementation

core.String? operationState;