public enum Database.Types.AppEngineIntegrationModeReference documentation and code samples for the Firestore Admin v1 API enum Database.Types.AppEngineIntegrationMode.
The type of App Engine integration mode.
Namespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |
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. |
Unspecified |
Not used. |