Class: Google::Firestore::V1beta1::DeleteDocumentRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb

Overview

The request for Firestore::DeleteDocument.

Instance Attribute Summary collapse

Instance Attribute Details

#current_documentGoogle::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.

Returns:



164
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 164

class DeleteDocumentRequest; end

#nameString

Returns The resource name of the Document to delete. In the format: +projects/project_id/databases/database_id/documents/document_path+.

Returns:

  • (String)

    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