Uses of Enum
com.google.firestore.admin.v1.Database.DeleteProtectionState
-
Uses of Database.DeleteProtectionState in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Database.DeleteProtectionStateModifier and TypeMethodDescriptionDatabase.DeleteProtectionState.forNumber(int value) Database.Builder.getDeleteProtectionState()State of delete protection for the database.Database.getDeleteProtectionState()State of delete protection for the database.DatabaseOrBuilder.getDeleteProtectionState()State of delete protection for the database.Database.DeleteProtectionState.valueOf(int value) Deprecated.Database.DeleteProtectionState.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.DeleteProtectionState[]Database.DeleteProtectionState.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.DeleteProtectionStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Database.DeleteProtectionState>Database.DeleteProtectionState.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type Database.DeleteProtectionStateModifier and TypeMethodDescriptionDatabase.Builder.setDeleteProtectionState(Database.DeleteProtectionState value) State of delete protection for the database.