appEngineIntegrationMode property

String? appEngineIntegrationMode
getter/setter pair

The App Engine integration mode to use for this database. Possible string values are:

  • "APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED" : Not used.
  • "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.
  • "DISABLED" : Appengine has no affect on the ability of this database to serve requests.

Implementation

core.String? appEngineIntegrationMode;