Enum DatabaseEngine (2.2.0)

public enum DatabaseEngine extends Enum<DatabaseEngine> implements ProtocolMessageEnum

The database engine types.

Protobuf enum google.cloud.clouddms.v1.DatabaseEngine

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DATABASE_ENGINE_UNSPECIFIED

The source database engine of the migration job is unknown.

DATABASE_ENGINE_UNSPECIFIED = 0;

DATABASE_ENGINE_UNSPECIFIED_VALUE

The source database engine of the migration job is unknown.

DATABASE_ENGINE_UNSPECIFIED = 0;

MYSQL

The source engine is MySQL.

MYSQL = 1;

MYSQL_VALUE

The source engine is MySQL.

MYSQL = 1;

POSTGRESQL

The source engine is PostgreSQL.

POSTGRESQL = 2;

POSTGRESQL_VALUE

The source engine is PostgreSQL.

POSTGRESQL = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()