public enum GoldengateDatabricksConnectionProperties.DatabricksAuthenticationType extends Enum<GoldengateDatabricksConnectionProperties.DatabricksAuthenticationType> implements ProtocolMessageEnumEnum for authentication type for Databricks.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengateDatabricksConnectionProperties.DatabricksAuthenticationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED |
Authentication type not specified. |
DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED_VALUE |
Authentication type not specified. |
OAUTH_M2M |
OAuth M2M authentication. |
OAUTH_M2M_VALUE |
OAuth M2M authentication. |
PERSONAL_ACCESS_TOKEN |
Personal access token authentication. |
PERSONAL_ACCESS_TOKEN_VALUE |
Personal access token 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() |
|