Reference documentation and code samples for the Cloud Firestore V1 Client class AppEngineIntegrationMode.
The type of App Engine integration mode.
Protobuf type google.firestore.admin.v1.Database.AppEngineIntegrationMode
Namespace
Google \ Cloud \ Firestore \ Admin \ V1 \ DatabaseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED = 0;
ENABLED
Value: 1
If an App Engine application exists in the same region as this database, App Engine configuration will impact this database. This includes disabling of the application & database, as well as disabling writes to the database.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
App Engine has no effect on the ability of this database to serve requests.
This is the default setting for databases created with the Firestore API.
Generated from protobuf enum DISABLED = 2;