Cloud Firestore V1 Client - Class AppEngineIntegrationMode (1.39.0)

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

Namespace

Google \ Cloud \ Firestore \ Admin \ V1 \ Database

Methods

static::name

Parameter
NameDescription
value mixed

static::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

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.

Generated from protobuf enum DISABLED = 2;