Class: Google::Cloud::Firestore::V1::DeleteDocumentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::DeleteDocumentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/firestore.rb
Overview
The request for Firestore.DeleteDocument.
Instance Attribute Summary collapse
-
#current_document ⇒ ::Google::Cloud::Firestore::V1::Precondition
An optional precondition on the document.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#current_document ⇒ ::Google::Cloud::Firestore::V1::Precondition
216 217 218 219 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 216 class DeleteDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
216 217 218 219 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 216 class DeleteDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |