Uses of Enum
com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
-
Uses of Database.AppEngineIntegrationMode in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Database.AppEngineIntegrationModeModifier and TypeMethodDescriptionDatabase.AppEngineIntegrationMode.forNumber(int value) Database.Builder.getAppEngineIntegrationMode()The App Engine integration mode to use for this database.Database.getAppEngineIntegrationMode()The App Engine integration mode to use for this database.DatabaseOrBuilder.getAppEngineIntegrationMode()The App Engine integration mode to use for this database.Database.AppEngineIntegrationMode.valueOf(int value) Deprecated.Database.AppEngineIntegrationMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static Database.AppEngineIntegrationMode[]Database.AppEngineIntegrationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.admin.v1 that return types with arguments of type Database.AppEngineIntegrationModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Database.AppEngineIntegrationMode>Database.AppEngineIntegrationMode.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type Database.AppEngineIntegrationModeModifier and TypeMethodDescriptionDatabase.Builder.setAppEngineIntegrationMode(Database.AppEngineIntegrationMode value) The App Engine integration mode to use for this database.