public enum Engine extends Enum<Engine> implements ProtocolMessageEnumEngine refers to underlying database binary running in an instance.
Protobuf enum google.cloud.databasecenter.v1beta.Engine
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ENGINE_ADB_SERVERLESS_ORACLE |
Oracle Autonomous DB Serverless engine. |
ENGINE_ADB_SERVERLESS_ORACLE_VALUE |
Oracle Autonomous DB Serverless engine. |
ENGINE_EXADATA_ORACLE |
Oracle Exadata engine. |
ENGINE_EXADATA_ORACLE_VALUE |
Oracle Exadata engine. |
ENGINE_FIRESTORE_WITH_DATASTORE_MODE |
Firestore with datastore mode. |
ENGINE_FIRESTORE_WITH_DATASTORE_MODE_VALUE |
Firestore with datastore mode. |
ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE |
Firestore with MongoDB compatibility. |
ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE_VALUE |
Firestore with MongoDB compatibility. |
ENGINE_FIRESTORE_WITH_NATIVE_MODE |
Firestore with native mode. |
ENGINE_FIRESTORE_WITH_NATIVE_MODE_VALUE |
Firestore with native mode. |
ENGINE_MEMORYSTORE_FOR_REDIS |
Memorystore with Redis dialect. |
ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER |
Memorystore with Redis cluster dialect. |
ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER_VALUE |
Memorystore with Redis cluster dialect. |
ENGINE_MEMORYSTORE_FOR_REDIS_VALUE |
Memorystore with Redis dialect. |
ENGINE_MYSQL |
MySQL binary running as an engine in the database instance. |
ENGINE_MYSQL_VALUE |
MySQL binary running as an engine in the database instance. |
ENGINE_NATIVE |
Native database binary running as engine in instance. |
ENGINE_NATIVE_VALUE |
Native database binary running as engine in instance. |
ENGINE_OTHER |
Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum. |
ENGINE_OTHER_VALUE |
Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum. |
ENGINE_POSTGRES |
Postgres binary running as engine in database instance. |
ENGINE_POSTGRES_VALUE |
Postgres binary running as engine in database instance. |
ENGINE_SQL_SERVER |
SQLServer binary running as engine in database instance. |
ENGINE_SQL_SERVER_VALUE |
SQLServer binary running as engine in database instance. |
ENGINE_UNSPECIFIED |
UNSPECIFIED means engine type is not known or available. |
ENGINE_UNSPECIFIED_VALUE |
UNSPECIFIED means engine type is not known or available. |
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() |
|