public enum DatabaseConnectionStringProfile.Protocol extends Enum<DatabaseConnectionStringProfile.Protocol> implements ProtocolMessageEnumThe protocol being used by the connection.
 Protobuf enum google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.Protocol
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| PROTOCOL_UNSPECIFIED | Default unspecified value.   | 
| PROTOCOL_UNSPECIFIED_VALUE | Default unspecified value.   | 
| TCP | Tcp   | 
| TCPS | Tcps   | 
| TCPS_VALUE | Tcps   | 
| TCP_VALUE | Tcp   | 
| 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() | |