public enum BigQueryConfig.Types.State
Reference documentation and code samples for the Cloud Pub/Sub v1 API enum BigQueryConfig.Types.State.
Possible states for a BigQuery subscription.
Namespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
The subscription can actively send messages to BigQuery |
InTransitLocationRestriction |
Cannot write to the destination because enforce_in_transit is set to true and the destination locations are not in the allowed regions. |
NotFound |
Cannot write to the BigQuery table because it does not exist. |
PermissionDenied |
Cannot write to the BigQuery table because of permission denied errors. This can happen if
|
SchemaMismatch |
Cannot write to the BigQuery table due to a schema mismatch. |
Unspecified |
Default value. This value is unused. |