public enum IngestionDataSourceSettings.AwsKinesis.State extends Enum<IngestionDataSourceSettings.AwsKinesis.State> implements ProtocolMessageEnum
Possible states for ingestion from Amazon Kinesis Data Streams.
Protobuf enum google.pubsub.v1.IngestionDataSourceSettings.AwsKinesis.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Ingestion is active. |
ACTIVE_VALUE |
Ingestion is active. |
CONSUMER_NOT_FOUND |
The Kinesis consumer does not exist. |
CONSUMER_NOT_FOUND_VALUE |
The Kinesis consumer does not exist. |
KINESIS_PERMISSION_DENIED |
Permission denied encountered while consuming data from Kinesis. This can happen if:
|
KINESIS_PERMISSION_DENIED_VALUE |
Permission denied encountered while consuming data from Kinesis. This can happen if:
|
PUBLISH_PERMISSION_DENIED |
Permission denied encountered while publishing to the topic. This can happen if the Pub/Sub SA has not been granted the appropriate publish permissions |
PUBLISH_PERMISSION_DENIED_VALUE |
Permission denied encountered while publishing to the topic. This can happen if the Pub/Sub SA has not been granted the appropriate publish permissions |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
STREAM_NOT_FOUND |
The Kinesis stream does not exist. |
STREAM_NOT_FOUND_VALUE |
The Kinesis stream does not exist. |
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() |