Enum GoldengateDatabricksConnectionProperties.DatabricksAuthenticationType (0.42.0)

public enum GoldengateDatabricksConnectionProperties.DatabricksAuthenticationType extends Enum<GoldengateDatabricksConnectionProperties.DatabricksAuthenticationType> implements ProtocolMessageEnum

Enum for authentication type for Databricks.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateDatabricksConnectionProperties.DatabricksAuthenticationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED

Authentication type not specified.

DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED_VALUE

Authentication type not specified.

DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

OAUTH_M2M

OAuth M2M authentication.

OAUTH_M2M = 2;

OAUTH_M2M_VALUE

OAuth M2M authentication.

OAUTH_M2M = 2;

PERSONAL_ACCESS_TOKEN

Personal access token authentication.

PERSONAL_ACCESS_TOKEN = 1;

PERSONAL_ACCESS_TOKEN_VALUE

Personal access token authentication.

PERSONAL_ACCESS_TOKEN = 1;

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