Enum GoldengateSnowflakeConnectionProperties.AuthenticationType (0.42.0)

public enum GoldengateSnowflakeConnectionProperties.AuthenticationType extends Enum<GoldengateSnowflakeConnectionProperties.AuthenticationType> implements ProtocolMessageEnum

Enum for authentication mechanism to access Snowflake.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateSnowflakeConnectionProperties.AuthenticationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTHENTICATION_TYPE_UNSPECIFIED

Authentication type not specified.

AUTHENTICATION_TYPE_UNSPECIFIED = 0;

AUTHENTICATION_TYPE_UNSPECIFIED_VALUE

Authentication type not specified.

AUTHENTICATION_TYPE_UNSPECIFIED = 0;

BASIC

Basic authentication.

BASIC = 1;

BASIC_VALUE

Basic authentication.

BASIC = 1;

KEY_PAIR

Key pair authentication.

KEY_PAIR = 2;

KEY_PAIR_VALUE

Key pair authentication.

KEY_PAIR = 2;

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