state property
State of the most recently updated transfer run.
Output only. Possible string values are:
- "TRANSFER_STATE_UNSPECIFIED" : State placeholder (0).
- "PENDING" : Data transfer is scheduled and is waiting to be picked up by data transfer backend (2).
- "RUNNING" : Data transfer is in progress (3).
- "SUCCEEDED" : Data transfer completed successfully (4).
- "FAILED" : Data transfer failed (5).
- "CANCELLED" : Data transfer is cancelled (6).
Implementation
core.String? state;