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

Beta

This library is covered by thePre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see thelaunch stage descriptions.

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 typegoogle.cloud.databasecenter.v1beta.Engine

Namespace

Google \ Cloud \ DatabaseCenter \ V1beta

Methods

static::name

Parameter
NameDescription
valuemixed

static::value

Parameter
NameDescription
namemixed

Constants

ENGINE_UNSPECIFIED

Value: 0

UNSPECIFIED means engine type is not known or available.

Generated from protobuf enumENGINE_UNSPECIFIED = 0;

ENGINE_MYSQL

Value: 1

MySQL binary running as an engine in the database instance.

Generated from protobuf enumENGINE_MYSQL = 1;

ENGINE_POSTGRES

Value: 2

Postgres binary running as engine in database instance.

Generated from protobuf enumENGINE_POSTGRES = 2;

ENGINE_SQL_SERVER

Value: 3

SQLServer binary running as engine in database instance.

Generated from protobuf enumENGINE_SQL_SERVER = 3;

ENGINE_NATIVE

Value: 4

Native database binary running as engine in instance.

Generated from protobuf enumENGINE_NATIVE = 4;

ENGINE_MEMORYSTORE_FOR_REDIS

Value: 8

Memorystore with Redis dialect.

Generated from protobuf enumENGINE_MEMORYSTORE_FOR_REDIS = 8;

ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER

Value: 9

Memorystore with Redis cluster dialect.

Generated from protobuf enumENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER = 9;

ENGINE_FIRESTORE_WITH_NATIVE_MODE

Value: 10

Firestore with native mode.

Generated from protobuf enumENGINE_FIRESTORE_WITH_NATIVE_MODE = 10;

ENGINE_FIRESTORE_WITH_DATASTORE_MODE

Value: 11

Firestore with datastore mode.

Generated from protobuf enumENGINE_FIRESTORE_WITH_DATASTORE_MODE = 11;

ENGINE_EXADATA_ORACLE

Value: 12

Oracle Exadata engine.

Generated from protobuf enumENGINE_EXADATA_ORACLE = 12;

ENGINE_ADB_SERVERLESS_ORACLE

Value: 13

Oracle Autonomous DB Serverless engine.

Generated from protobuf enumENGINE_ADB_SERVERLESS_ORACLE = 13;

ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE

Value: 14

Firestore with MongoDB compatibility.

Generated from protobuf enumENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE = 14;

ENGINE_OTHER

Value: 6

Other refers to rest of other database engine. This is to be when engine isknown, but it is not present in this enum.

Generated from protobuf enumENGINE_OTHER = 6;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-24 UTC.