Uses of Enum
com.google.firestore.admin.v1.Database.DatabaseType
-
Uses of Database.DatabaseType in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Database.DatabaseTypeModifier and TypeMethodDescriptionstatic Database.DatabaseTypeDatabase.DatabaseType.forNumber(int value) Database.Builder.getType()The type of the database.Database.getType()The type of the database.DatabaseOrBuilder.getType()The type of the database.static Database.DatabaseTypeDatabase.DatabaseType.valueOf(int value) Deprecated.static Database.DatabaseTypeDatabase.DatabaseType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Database.DatabaseTypeReturns the enum constant of this type with the specified name.static Database.DatabaseType[]Database.DatabaseType.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.DatabaseTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Database.DatabaseType>Database.DatabaseType.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type Database.DatabaseTypeModifier and TypeMethodDescriptionDatabase.Builder.setType(Database.DatabaseType value) The type of the database.