public enum GoldengateOracleConnectionProperties.SessionMode extends Enum<GoldengateOracleConnectionProperties.SessionMode> implements ProtocolMessageEnumThe various session modes of the GoldengateConnection.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengateOracleConnectionProperties.SessionMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DIRECT |
Indicates that the resource is using direct session mode. |
DIRECT_VALUE |
Indicates that the resource is using direct session mode. |
REDIRECT |
Indicates that the resource is using redirect session mode. |
REDIRECT_VALUE |
Indicates that the resource is using redirect session mode. |
SESSION_MODE_UNSPECIFIED |
Default unspecified value. |
SESSION_MODE_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() |
|