state property
Execution state for the BigQuery exporting.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The exporting state is unspecified.
- "SUCCEEDED" : The exporting completed successfully.
- "FAILED" : The exporting is no longer running due to an error.
- "SKIPPED" : The exporting is skipped due to no valid scan result to export (usually caused by scan failed).
Implementation
core.String? state;