public enum GoldengateSnowflakeConnectionProperties.AuthenticationType extends Enum<GoldengateSnowflakeConnectionProperties.AuthenticationType> implements ProtocolMessageEnumEnum for authentication mechanism to access Snowflake.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengateSnowflakeConnectionProperties.AuthenticationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTHENTICATION_TYPE_UNSPECIFIED |
Authentication type not specified. |
AUTHENTICATION_TYPE_UNSPECIFIED_VALUE |
Authentication type not specified. |
BASIC |
Basic authentication. |
BASIC_VALUE |
Basic authentication. |
KEY_PAIR |
Key pair authentication. |
KEY_PAIR_VALUE |
Key pair authentication. |
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() |
|