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: 0Not used.
Generated from protobuf enum APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED = 0;
ENABLED
Value: 1If 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: 2Appengine has no affect on the ability of this database to serve requests.
Generated from protobuf enum DISABLED = 2;