Module: Google::Cloud::PubSub::V1::Topic::State
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
The state of the topic.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0
- ACTIVE =
The topic does not have any persistent errors.
1
- 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.
2