Module: Google::Cloud::Firestore::Admin::V1::Database::DeleteProtectionState

Defined in:
proto_docs/google/firestore/admin/v1/database.rb

Overview

The delete protection state of the database.

Constant Summary collapse

DELETE_PROTECTION_STATE_UNSPECIFIED =

The default value. Delete protection type is not specified

0
DELETE_PROTECTION_DISABLED =

Delete protection is disabled

1
DELETE_PROTECTION_ENABLED =

Delete protection is enabled

2