Module: Google::Cloud::Firestore::Admin::V1::Database::AppEngineIntegrationMode
- Defined in:
- proto_docs/google/firestore/admin/v1/database.rb
Overview
The type of App Engine integration mode.
Constant Summary collapse
- APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED =
Not used.
0
- ENABLED =
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.
1
- DISABLED =
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.
2