Reference documentation and code samples for the Cloud Pub/Sub V1 API module Google::Cloud::PubSub::V1::IngestionDataSourceSettings::AzureEventHubs::State.
Possible states for managed ingestion from Event Hubs.
Constants
STATE_UNSPECIFIED
value: 0
Default value. This value is unused.
ACTIVE
value: 1
Ingestion is active.
EVENT_HUBS_PERMISSION_DENIED
value: 2
Permission denied encountered while consuming data from Event Hubs.
This can happen when client_id
, or tenant_id
are invalid. Or the
right permissions haven't been granted.
PUBLISH_PERMISSION_DENIED
value: 3
Permission denied encountered while publishing to the topic.
NAMESPACE_NOT_FOUND
value: 4
The provided Event Hubs namespace couldn't be found.
EVENT_HUB_NOT_FOUND
value: 5
The provided Event Hub couldn't be found.
SUBSCRIPTION_NOT_FOUND
value: 6
The provided Event Hubs subscription couldn't be found.
RESOURCE_GROUP_NOT_FOUND
value: 7
The provided Event Hubs resource group couldn't be found.