Enum Database.DeleteProtectionState (3.20.0)

public enum Database.DeleteProtectionState extends Enum<Database.DeleteProtectionState> implements ProtocolMessageEnum

The delete protection state of the database.

Protobuf enum google.firestore.admin.v1.Database.DeleteProtectionState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELETE_PROTECTION_DISABLED

Delete protection is disabled

DELETE_PROTECTION_DISABLED = 1;

DELETE_PROTECTION_DISABLED_VALUE

Delete protection is disabled

DELETE_PROTECTION_DISABLED = 1;

DELETE_PROTECTION_ENABLED

Delete protection is enabled

DELETE_PROTECTION_ENABLED = 2;

DELETE_PROTECTION_ENABLED_VALUE

Delete protection is enabled

DELETE_PROTECTION_ENABLED = 2;

DELETE_PROTECTION_STATE_UNSPECIFIED

The default value. Delete protection type is not specified

DELETE_PROTECTION_STATE_UNSPECIFIED = 0;

DELETE_PROTECTION_STATE_UNSPECIFIED_VALUE

The default value. Delete protection type is not specified

DELETE_PROTECTION_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()