currentState property
The current state of the export, which may be different to the desired state due to errors.
This field is output only.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "ACTIVE" : Messages are being exported.
- "PAUSED" : Exporting messages is suspended.
- "PERMISSION_DENIED" : Messages cannot be exported due to permission denied errors. Output only.
- "NOT_FOUND" : Messages cannot be exported due to missing resources. Output only.
Implementation
core.String? currentState;