public enum Database.AppEngineIntegrationMode extends Enum<Database.AppEngineIntegrationMode> implements ProtocolMessageEnumThe type of App Engine integration mode.
Protobuf enum google.firestore.admin.v1.Database.AppEngineIntegrationMode
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED | Not used. |
| APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED_VALUE | Not used. |
| DISABLED | Appengine has no affect on the ability of this database to serve requests. |
| DISABLED_VALUE | Appengine has no affect on the ability of this database to serve requests. |
| 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. |
| ENABLED_VALUE | 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. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |