public enum IngestionDataSourceSettings.Types.AzureEventHubs.Types.State
Reference documentation and code samples for the Cloud Pub/Sub v1 API enum IngestionDataSourceSettings.Types.AzureEventHubs.Types.State.
Possible states for managed ingestion from Event Hubs.
Namespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
Ingestion is active. |
EventHubNotFound |
The provided Event Hub couldn't be found. |
EventHubsPermissionDenied |
Permission denied encountered while consuming data from Event Hubs.
This can happen when |
NamespaceNotFound |
The provided Event Hubs namespace couldn't be found. |
PublishPermissionDenied |
Permission denied encountered while publishing to the topic. |
ResourceGroupNotFound |
The provided Event Hubs resource group couldn't be found. |
SubscriptionNotFound |
The provided Event Hubs subscription couldn't be found. |
Unspecified |
Default value. This value is unused. |