Module: Google::Cloud::PubSub::V1::BigQueryConfig::State
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Possible states for a BigQuery subscription.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0- ACTIVE =
The subscription can actively send messages to BigQuery
1- PERMISSION_DENIED =
Cannot write to the BigQuery table because of permission denied errors.
2- NOT_FOUND =
Cannot write to the BigQuery table because it does not exist.
3- SCHEMA_MISMATCH =
Cannot write to the BigQuery table due to a schema mismatch.
4