Cloud Pub/Sub v1 API - Enum IngestionDataSourceSettings.Types.AzureEventHubs.Types.State (3.20.0)

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.V1

Assembly

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 client_id, or tenant_id are invalid. Or the right permissions haven't been granted.

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.