Enum GoldengateOracleConnectionProperties.SessionMode (0.42.0)

public enum GoldengateOracleConnectionProperties.SessionMode extends Enum<GoldengateOracleConnectionProperties.SessionMode> implements ProtocolMessageEnum

The various session modes of the GoldengateConnection.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateOracleConnectionProperties.SessionMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
DIRECT

Indicates that the resource is using direct session mode.

DIRECT = 1;

DIRECT_VALUE

Indicates that the resource is using direct session mode.

DIRECT = 1;

REDIRECT

Indicates that the resource is using redirect session mode.

REDIRECT = 2;

REDIRECT_VALUE

Indicates that the resource is using redirect session mode.

REDIRECT = 2;

SESSION_MODE_UNSPECIFIED

Default unspecified value.

SESSION_MODE_UNSPECIFIED = 0;

SESSION_MODE_UNSPECIFIED_VALUE

Default unspecified value.

SESSION_MODE_UNSPECIFIED = 0;

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