public enum IngestionDataSourceSettings.Types.CloudStorage.Types.State
Reference documentation and code samples for the Cloud Pub/Sub v1 API enum IngestionDataSourceSettings.Types.CloudStorage.Types.State.
Possible states for ingestion from Cloud Storage.
Namespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
Ingestion is active. |
BucketNotFound |
The provided Cloud Storage bucket doesn't exist. |
CloudStoragePermissionDenied |
Permission denied encountered while calling the Cloud Storage API. This can happen if the Pub/Sub SA has not been granted the appropriate permissions:
|
PublishPermissionDenied |
Permission denied encountered while publishing to the topic. This can happen if the Pub/Sub SA has not been granted the appropriate publish permissions |
TooManyObjects |
The Cloud Storage bucket has too many objects, ingestion will be paused. |
Unspecified |
Default value. This value is unused. |