public enum IngestionDataSourceSettings.AzureEventHubs.State extends Enum<IngestionDataSourceSettings.AzureEventHubs.State> implements ProtocolMessageEnumPossible states for managed ingestion from Event Hubs.
 Protobuf enum google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs.State
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| ACTIVE | Ingestion is active.   | 
| ACTIVE_VALUE | Ingestion is active.   | 
| EVENT_HUBS_PERMISSION_DENIED |  Permission denied encountered while consuming data from Event Hubs.
 This can happen when    | 
| EVENT_HUBS_PERMISSION_DENIED_VALUE |  Permission denied encountered while consuming data from Event Hubs.
 This can happen when    | 
| EVENT_HUB_NOT_FOUND | The provided Event Hub couldn't be found.   | 
| EVENT_HUB_NOT_FOUND_VALUE | The provided Event Hub couldn't be found.   | 
| NAMESPACE_NOT_FOUND | The provided Event Hubs namespace couldn't be found.   | 
| NAMESPACE_NOT_FOUND_VALUE | The provided Event Hubs namespace couldn't be found.   | 
| PUBLISH_PERMISSION_DENIED | Permission denied encountered while publishing to the topic.   | 
| PUBLISH_PERMISSION_DENIED_VALUE | Permission denied encountered while publishing to the topic.   | 
| RESOURCE_GROUP_NOT_FOUND | The provided Event Hubs resource group couldn't be found.   | 
| RESOURCE_GROUP_NOT_FOUND_VALUE | The provided Event Hubs resource group couldn't be found.   | 
| STATE_UNSPECIFIED | Default value. This value is unused.   | 
| STATE_UNSPECIFIED_VALUE | Default value. This value is unused.   | 
| SUBSCRIPTION_NOT_FOUND | The provided Event Hubs subscription couldn't be found.   | 
| SUBSCRIPTION_NOT_FOUND_VALUE | The provided Event Hubs subscription couldn't be found.   | 
| UNRECOGNIZED | |
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |