state property
Execution state for the DataScanJob.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The DataScanJob state is unspecified.
- "RUNNING" : The DataScanJob is running.
- "CANCELING" : The DataScanJob is canceling.
- "CANCELLED" : The DataScanJob cancellation was successful.
- "SUCCEEDED" : The DataScanJob completed successfully.
- "FAILED" : The DataScanJob is no longer running due to an error.
- "PENDING" : The DataScanJob has been created but not started to run yet.
Implementation
core.String? state;