state property
The current state of the metadata import.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state of the metadata import is unknown.
- "RUNNING" : The metadata import is running.
- "SUCCEEDED" : The metadata import completed successfully.
- "UPDATING" : The metadata import is being updated.
- "FAILED" : The metadata import failed, and attempted metadata changes were rolled back.
Implementation
core.String? state;