public static enum Database.AppEngineIntegrationMode extends Enum<Database.AppEngineIntegrationMode> implements com.google.protobuf.ProtocolMessageEnum
The type of App Engine integration mode.Protobuf enum
google.firestore.admin.v1.Database.AppEngineIntegrationMode
Enum Constant and Description |
---|
APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED
Not used.
|
DISABLED
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.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED_VALUE
Not used.
|
static int |
DISABLED_VALUE
Appengine has no affect on the ability of this database to serve
requests.
|
static int |
ENABLED_VALUE
If an App Engine application exists in the same region as this database,
App Engine configuration will impact this database.
|
Modifier and Type | Method and Description |
---|---|
static Database.AppEngineIntegrationMode |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Database.AppEngineIntegrationMode> |
internalGetValueMap() |
static Database.AppEngineIntegrationMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Database.AppEngineIntegrationMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Database.AppEngineIntegrationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.AppEngineIntegrationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Database.AppEngineIntegrationMode APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED
Not used.
APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED = 0;
public static final Database.AppEngineIntegrationMode 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;
public static final Database.AppEngineIntegrationMode DISABLED
Appengine has no affect on the ability of this database to serve requests.
DISABLED = 2;
public static final Database.AppEngineIntegrationMode UNRECOGNIZED
public static final int APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED_VALUE
Not used.
APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED = 0;
public static final int 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;
public static final int DISABLED_VALUE
Appengine has no affect on the ability of this database to serve requests.
DISABLED = 2;
public static Database.AppEngineIntegrationMode[] values()
for (Database.AppEngineIntegrationMode c : Database.AppEngineIntegrationMode.values()) System.out.println(c);
public static Database.AppEngineIntegrationMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Database.AppEngineIntegrationMode valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Database.AppEngineIntegrationMode forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Database.AppEngineIntegrationMode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Database.AppEngineIntegrationMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.