Enum IngestionDataSourceSettings.AzureEventHubs.State (1.136.0)

public enum IngestionDataSourceSettings.AzureEventHubs.State extends Enum<IngestionDataSourceSettings.AzureEventHubs.State> implements ProtocolMessageEnum

Possible 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 = 1;

ACTIVE_VALUE

Ingestion is active.

ACTIVE = 1;

EVENT_HUBS_PERMISSION_DENIED

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.

EVENT_HUBS_PERMISSION_DENIED = 2;

EVENT_HUBS_PERMISSION_DENIED_VALUE

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.

EVENT_HUBS_PERMISSION_DENIED = 2;

EVENT_HUB_NOT_FOUND

The provided Event Hub couldn't be found.

EVENT_HUB_NOT_FOUND = 5;

EVENT_HUB_NOT_FOUND_VALUE

The provided Event Hub couldn't be found.

EVENT_HUB_NOT_FOUND = 5;

NAMESPACE_NOT_FOUND

The provided Event Hubs namespace couldn't be found.

NAMESPACE_NOT_FOUND = 4;

NAMESPACE_NOT_FOUND_VALUE

The provided Event Hubs namespace couldn't be found.

NAMESPACE_NOT_FOUND = 4;

PUBLISH_PERMISSION_DENIED

Permission denied encountered while publishing to the topic.

PUBLISH_PERMISSION_DENIED = 3;

PUBLISH_PERMISSION_DENIED_VALUE

Permission denied encountered while publishing to the topic.

PUBLISH_PERMISSION_DENIED = 3;

RESOURCE_GROUP_NOT_FOUND

The provided Event Hubs resource group couldn't be found.

RESOURCE_GROUP_NOT_FOUND = 7;

RESOURCE_GROUP_NOT_FOUND_VALUE

The provided Event Hubs resource group couldn't be found.

RESOURCE_GROUP_NOT_FOUND = 7;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

SUBSCRIPTION_NOT_FOUND

The provided Event Hubs subscription couldn't be found.

SUBSCRIPTION_NOT_FOUND = 6;

SUBSCRIPTION_NOT_FOUND_VALUE

The provided Event Hubs subscription couldn't be found.

SUBSCRIPTION_NOT_FOUND = 6;

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()