Module: Google::Cloud::Firestore::Admin::V1::Database::DataAccessMode
- Defined in:
- proto_docs/google/firestore/admin/v1/database.rb
Overview
The data access mode.
Constant Summary collapse
- DATA_ACCESS_MODE_UNSPECIFIED =
Not Used.
0- DATA_ACCESS_MODE_ENABLED =
Accessing the database through the API is allowed.
1- DATA_ACCESS_MODE_DISABLED =
Accessing the database through the API is disallowed.
2