Reference documentation and code samples for the Google Cloud Database Center V1beta Client class Engine.
Engine refers to underlying database binary running in an instance.
Protobuf type google.cloud.databasecenter.v1beta.Engine
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENGINE_UNSPECIFIED
Value: 0UNSPECIFIED means engine type is not known or available.
Generated from protobuf enum ENGINE_UNSPECIFIED = 0;
ENGINE_MYSQL
Value: 1MySQL binary running as an engine in the database instance.
Generated from protobuf enum ENGINE_MYSQL = 1;
ENGINE_POSTGRES
Value: 2Postgres binary running as engine in database instance.
Generated from protobuf enum ENGINE_POSTGRES = 2;
ENGINE_SQL_SERVER
Value: 3SQLServer binary running as engine in database instance.
Generated from protobuf enum ENGINE_SQL_SERVER = 3;
ENGINE_NATIVE
Value: 4Native database binary running as engine in instance.
Generated from protobuf enum ENGINE_NATIVE = 4;
ENGINE_MEMORYSTORE_FOR_REDIS
Value: 8Memorystore with Redis dialect.
Generated from protobuf enum ENGINE_MEMORYSTORE_FOR_REDIS = 8;
ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER
Value: 9Memorystore with Redis cluster dialect.
Generated from protobuf enum ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER = 9;
ENGINE_FIRESTORE_WITH_NATIVE_MODE
Value: 10Firestore with native mode.
Generated from protobuf enum ENGINE_FIRESTORE_WITH_NATIVE_MODE = 10;
ENGINE_FIRESTORE_WITH_DATASTORE_MODE
Value: 11Firestore with datastore mode.
Generated from protobuf enum ENGINE_FIRESTORE_WITH_DATASTORE_MODE = 11;
ENGINE_EXADATA_ORACLE
Value: 12Oracle Exadata engine.
Generated from protobuf enum ENGINE_EXADATA_ORACLE = 12;
ENGINE_ADB_SERVERLESS_ORACLE
Value: 13Oracle Autonomous DB Serverless engine.
Generated from protobuf enum ENGINE_ADB_SERVERLESS_ORACLE = 13;
ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE
Value: 14Firestore with MongoDB compatibility.
Generated from protobuf enum ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE = 14;
ENGINE_OTHER
Value: 6Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum.
Generated from protobuf enum ENGINE_OTHER = 6;