public enum GoldengateKafkaConnectionProperties.KafkaSecurityProtocol extends Enum<GoldengateKafkaConnectionProperties.KafkaSecurityProtocol> implements ProtocolMessageEnumEnum for Security Type for Kafka.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties.KafkaSecurityProtocol
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
KAFKA_SECURITY_PROTOCOL_UNSPECIFIED |
Security type not specified. |
KAFKA_SECURITY_PROTOCOL_UNSPECIFIED_VALUE |
Security type not specified. |
PLAINTEXT |
Plaintext security protocol. |
PLAINTEXT_VALUE |
Plaintext security protocol. |
SASL_PLAINTEXT |
SASL Plaintext security protocol. |
SASL_PLAINTEXT_VALUE |
SASL Plaintext security protocol. |
SASL_SSL |
SASL SSL security protocol. |
SASL_SSL_VALUE |
SASL SSL security protocol. |
SSL |
SSL security protocol. |
SSL_VALUE |
SSL security protocol. |
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() |
|