processingState property

String? processingState
getter/setter pair

The processing state of the data source.

Output only. Possible string values are:

  • "PROCESSING_STATE_UNSPECIFIED" : Processing state unspecified.
  • "FAILED" : The data source could not be processed or all the items had errors.
  • "IN_PROGRESS" : The data source is being processed.
  • "SUCCEEDED" : The data source was processed successfully, though some items might have had errors.

Implementation

core.String? processingState;