Uses of Enum
com.google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement
-
Uses of Database.PointInTimeRecoveryEnablement in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Database.PointInTimeRecoveryEnablementModifier and TypeMethodDescriptionDatabase.PointInTimeRecoveryEnablement.forNumber(int value) Database.Builder.getPointInTimeRecoveryEnablement()Whether to enable the PITR feature on this database.Database.getPointInTimeRecoveryEnablement()Whether to enable the PITR feature on this database.DatabaseOrBuilder.getPointInTimeRecoveryEnablement()Whether to enable the PITR feature on this database.Database.PointInTimeRecoveryEnablement.valueOf(int value) Deprecated.Database.PointInTimeRecoveryEnablement.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.Database.PointInTimeRecoveryEnablement.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.PointInTimeRecoveryEnablementModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Database.PointInTimeRecoveryEnablement>Database.PointInTimeRecoveryEnablement.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type Database.PointInTimeRecoveryEnablementModifier and TypeMethodDescriptionDatabase.Builder.setPointInTimeRecoveryEnablement(Database.PointInTimeRecoveryEnablement value) Whether to enable the PITR feature on this database.