Google Cloud Appengine Admin V1 Client - Class DatabaseType (1.2.2)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class DatabaseType.

Protobuf type google.appengine.v1.Application.DatabaseType

Namespace

Google \ Cloud \ AppEngine \ V1 \ Application

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DATABASE_TYPE_UNSPECIFIED

Value: 0

Database type is unspecified.

Generated from protobuf enum DATABASE_TYPE_UNSPECIFIED = 0;

CLOUD_DATASTORE

Value: 1

Cloud Datastore

Generated from protobuf enum CLOUD_DATASTORE = 1;

CLOUD_FIRESTORE

Value: 2

Cloud Firestore Native

Generated from protobuf enum CLOUD_FIRESTORE = 2;

CLOUD_DATASTORE_COMPATIBILITY

Value: 3

Cloud Firestore in Datastore Mode

Generated from protobuf enum CLOUD_DATASTORE_COMPATIBILITY = 3;