public enum DatabaseEngine extends Enum<DatabaseEngine> implements ProtocolMessageEnum
The database engine types.
Protobuf enum google.events.cloud.clouddms.v1.DatabaseEngine
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DATABASE_ENGINE_UNSPECIFIED |
The source database engine of the migration job is unknown. |
DATABASE_ENGINE_UNSPECIFIED_VALUE |
The source database engine of the migration job is unknown. |
MYSQL |
The source engine is MySQL. |
MYSQL_VALUE |
The source engine is MySQL. |
POSTGRESQL |
The source engine is PostgreSQL. |
POSTGRESQL_VALUE |
The source engine is PostgreSQL. |
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() |