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 \ ApplicationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;