Cloud Firestore V1 Client - Class AppEngineIntegrationMode (1.27.3)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED

Value: 0

Not used.

Generated from protobuf enum APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED = 0;

ENABLED

Value: 1

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.

Generated from protobuf enum ENABLED = 1;

DISABLED

Value: 2

Appengine has no affect on the ability of this database to serve requests.

Generated from protobuf enum DISABLED = 2;