Enum GoldengateRedisConnectionProperties.RedisAuthenticationType (0.42.0)

public enum GoldengateRedisConnectionProperties.RedisAuthenticationType extends Enum<GoldengateRedisConnectionProperties.RedisAuthenticationType> implements ProtocolMessageEnum

Enum for Authentication type for Redis.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties.RedisAuthenticationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BASIC

Basic authentication.

BASIC = 2;

BASIC_VALUE

Basic authentication.

BASIC = 2;

NONE

No authentication.

NONE = 1;

NONE_VALUE

No authentication.

NONE = 1;

REDIS_AUTHENTICATION_TYPE_UNSPECIFIED

Authentication type not specified.

REDIS_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

REDIS_AUTHENTICATION_TYPE_UNSPECIFIED_VALUE

Authentication type not specified.

REDIS_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

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