Enum Database.AppEngineIntegrationMode (3.7.2)

public enum Database.AppEngineIntegrationMode extends Enum<Database.AppEngineIntegrationMode> implements ProtocolMessageEnum

The type of App Engine integration mode.

Protobuf enum google.firestore.admin.v1.Database.AppEngineIntegrationMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED

Not used.

APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED = 0;

APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED_VALUE

Not used.

APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED = 0;

DISABLED

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

DISABLED = 2;

DISABLED_VALUE

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

DISABLED = 2;

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 = 1;

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.

ENABLED = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()