state property
State of the metadata job.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State unspecified.
- "QUEUED" : The job is queued.
- "RUNNING" : The job is running.
- "CANCELING" : The job is being canceled.
- "CANCELED" : The job is canceled.
- "SUCCEEDED" : The job succeeded.
- "FAILED" : The job failed.
- "SUCCEEDED_WITH_ERRORS" : The job completed with some errors.
Implementation
core.String? state;