public enum DatabaseConnectionStringProfile.TLSAuthentication extends Enum<DatabaseConnectionStringProfile.TLSAuthentication> implements ProtocolMessageEnumThis field indicates the TLS authentication type of the connection.
 Protobuf enum 
 google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.TLSAuthentication
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| MUTUAL | Mutual   | 
| MUTUAL_VALUE | Mutual   | 
| SERVER | Server   | 
| SERVER_VALUE | Server   | 
| TLS_AUTHENTICATION_UNSPECIFIED | Default unspecified value.   | 
| TLS_AUTHENTICATION_UNSPECIFIED_VALUE | Default unspecified value.   | 
| 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() | |