Class: Google::Firestore::V1beta1::DeleteDocumentRequest
- Inherits:
-
Object
- Object
- Google::Firestore::V1beta1::DeleteDocumentRequest
- Defined in:
- lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb
Overview
The request for Firestore::DeleteDocument.
Instance Attribute Summary collapse
-
#current_document ⇒ Google::Firestore::V1beta1::Precondition
An optional precondition on the document.
-
#name ⇒ String
The resource name of the Document to delete.
Instance Attribute Details
#current_document ⇒ Google::Firestore::V1beta1::Precondition
Returns An optional precondition on the document. The request will fail if this is set and not met by the target document.
164 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 164 class DeleteDocumentRequest; end |
#name ⇒ String
Returns The resource name of the Document to delete. In the format: +projects/project_id/databases/database_id/documents/document_path+.
164 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 164 class DeleteDocumentRequest; end |