state property
Current state of this conversion source.
Can't be edited through the API.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Conversion source has unspecified state.
- "ACTIVE" : Conversion source is fully functional.
- "ARCHIVED" : Conversion source has been archived in the last 30 days and is currently not functional. Can be restored using the undelete method.
- "PENDING" : Conversion source creation has started but not fully finished yet.
Implementation
core.String? state;