Google Cloud Database Center V1beta Client - Class Engine (0.1.0)

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 \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENGINE_UNSPECIFIED

Value: 0

UNSPECIFIED means engine type is not known or available.

Generated from protobuf enum ENGINE_UNSPECIFIED = 0;

ENGINE_MYSQL

Value: 1

MySQL binary running as an engine in the database instance.

Generated from protobuf enum ENGINE_MYSQL = 1;

ENGINE_POSTGRES

Value: 2

Postgres binary running as engine in database instance.

Generated from protobuf enum ENGINE_POSTGRES = 2;

ENGINE_SQL_SERVER

Value: 3

SQLServer binary running as engine in database instance.

Generated from protobuf enum ENGINE_SQL_SERVER = 3;

ENGINE_NATIVE

Value: 4

Native database binary running as engine in instance.

Generated from protobuf enum ENGINE_NATIVE = 4;

ENGINE_MEMORYSTORE_FOR_REDIS

Value: 8

Memorystore with Redis dialect.

Generated from protobuf enum ENGINE_MEMORYSTORE_FOR_REDIS = 8;

ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER

Value: 9

Memorystore with Redis cluster dialect.

Generated from protobuf enum ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER = 9;

ENGINE_FIRESTORE_WITH_NATIVE_MODE

Value: 10

Firestore with native mode.

Generated from protobuf enum ENGINE_FIRESTORE_WITH_NATIVE_MODE = 10;

ENGINE_FIRESTORE_WITH_DATASTORE_MODE

Value: 11

Firestore with datastore mode.

Generated from protobuf enum ENGINE_FIRESTORE_WITH_DATASTORE_MODE = 11;

ENGINE_EXADATA_ORACLE

Value: 12

Oracle Exadata engine.

Generated from protobuf enum ENGINE_EXADATA_ORACLE = 12;

ENGINE_ADB_SERVERLESS_ORACLE

Value: 13

Oracle Autonomous DB Serverless engine.

Generated from protobuf enum ENGINE_ADB_SERVERLESS_ORACLE = 13;

ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE

Value: 14

Firestore with MongoDB compatibility.

Generated from protobuf enum ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE = 14;

ENGINE_OTHER

Value: 6

Other 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;