public enum IngestionDataSourceSettings.ConfluentCloud.State extends Enum<IngestionDataSourceSettings.ConfluentCloud.State> implements ProtocolMessageEnumPossible states for managed ingestion from Confluent Cloud.
 Protobuf enum google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud.State
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| ACTIVE | Ingestion is active.   | 
| ACTIVE_VALUE | Ingestion is active.   | 
| CLUSTER_NOT_FOUND | The provided cluster wasn't found.   | 
| CLUSTER_NOT_FOUND_VALUE | The provided cluster wasn't found.   | 
| CONFLUENT_CLOUD_PERMISSION_DENIED | Permission denied encountered while consuming data from Confluent Cloud.   | 
| CONFLUENT_CLOUD_PERMISSION_DENIED_VALUE | Permission denied encountered while consuming data from Confluent Cloud.   | 
| PUBLISH_PERMISSION_DENIED | Permission denied encountered while publishing to the topic.   | 
| PUBLISH_PERMISSION_DENIED_VALUE | Permission denied encountered while publishing to the topic.   | 
| STATE_UNSPECIFIED | Default value. This value is unused.   | 
| STATE_UNSPECIFIED_VALUE | Default value. This value is unused.   | 
| TOPIC_NOT_FOUND | The provided topic wasn't found.   | 
| TOPIC_NOT_FOUND_VALUE | The provided topic wasn't found.   | 
| UNREACHABLE_BOOTSTRAP_SERVER | The provided bootstrap server address is unreachable.   | 
| UNREACHABLE_BOOTSTRAP_SERVER_VALUE | The provided bootstrap server address is unreachable.   | 
| 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() | |