public enum CloudStorageConfig.Types.State
Reference documentation and code samples for the Cloud Pub/Sub v1 API enum CloudStorageConfig.Types.State.
Possible states for a Cloud Storage subscription.
Namespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
The subscription can actively send messages to Cloud Storage. |
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 Cloud Storage bucket because it does not exist. |
PermissionDenied |
Cannot write to the Cloud Storage bucket because of permission denied errors. |
SchemaMismatch |
Cannot write to the Cloud Storage bucket due to an incompatibility between the topic schema and subscription settings. |
Unspecified |
Default value. This value is unused. |