Class: Google::Cloud::Firestore::Admin::V1::DeleteDatabaseRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::DeleteDatabaseRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/firestore_admin.rb
Overview
The request for FirestoreAdmin.DeleteDatabase.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
The current etag of the Database.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
129 130 131 132 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 129 class DeleteDatabaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. A name of the form
projects/{project_id}/databases/{database_id}
.
129 130 131 132 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 129 class DeleteDatabaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |