state property
An output-only field indicating the state of the topic.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "ACTIVE" : The topic does not have any persistent errors.
- "INGESTION_RESOURCE_ERROR" : Ingestion from the data source has encountered a permanent error. See the more detailed error state in the corresponding ingestion source configuration.
Implementation
core.String? state;