Enum DatabaseConnectionStringProfile.SyntaxFormat (0.1.0)

public enum DatabaseConnectionStringProfile.SyntaxFormat extends Enum<DatabaseConnectionStringProfile.SyntaxFormat> implements ProtocolMessageEnum

Specifies syntax of the connection string.

Protobuf enum google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.SyntaxFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
EZCONNECT

Ezconnect

EZCONNECT = 2;

EZCONNECTPLUS

Ezconnectplus

EZCONNECTPLUS = 3;

EZCONNECTPLUS_VALUE

Ezconnectplus

EZCONNECTPLUS = 3;

EZCONNECT_VALUE

Ezconnect

EZCONNECT = 2;

LONG

Long

LONG = 1;

LONG_VALUE

Long

LONG = 1;

SYNTAX_FORMAT_UNSPECIFIED

Default unspecified value.

SYNTAX_FORMAT_UNSPECIFIED = 0;

SYNTAX_FORMAT_UNSPECIFIED_VALUE

Default unspecified value.

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