Module: Google::Cloud::PubSub::V1::IngestionDataSourceSettings::AzureEventHubs::State
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Possible states for managed ingestion from Event Hubs.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0- ACTIVE =
Ingestion is active.
1- EVENT_HUBS_PERMISSION_DENIED =
Permission denied encountered while consuming data from Event Hubs. This can happen when
client_id, ortenant_idare invalid. Or the right permissions haven't been granted. 2- PUBLISH_PERMISSION_DENIED =
Permission denied encountered while publishing to the topic.
3- NAMESPACE_NOT_FOUND =
The provided Event Hubs namespace couldn't be found.
4- EVENT_HUB_NOT_FOUND =
The provided Event Hub couldn't be found.
5- SUBSCRIPTION_NOT_FOUND =
The provided Event Hubs subscription couldn't be found.
6- RESOURCE_GROUP_NOT_FOUND =
The provided Event Hubs resource group couldn't be found.
7