Class: Google::Firestore::V1beta1::Write

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

Overview

A write on a document.

Instance Attribute Summary collapse

Instance Attribute Details

#current_documentGoogle::Firestore::V1beta1::Precondition

Returns An optional precondition on the document.

The write will fail if this is set and not met by the target document.

Returns:



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

class Write; end

#deleteString

Returns A document name to delete. In the format: +projects/project_id/databases/database_id/documents/document_path+.

Returns:

  • (String)

    A document name to delete. In the format: +projects/project_id/databases/database_id/documents/document_path+.



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

class Write; end

#transformGoogle::Firestore::V1beta1::DocumentTransform

Returns Applies a tranformation to a document. At most one +transform+ per document is allowed in a given request. An +update+ cannot follow a +transform+ on the same document in a given request.

Returns:

  • (Google::Firestore::V1beta1::DocumentTransform)

    Applies a tranformation to a document. At most one +transform+ per document is allowed in a given request. An +update+ cannot follow a +transform+ on the same document in a given request.



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

class Write; end

#updateGoogle::Firestore::V1beta1::Document

Returns A document to write.

Returns:



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

class Write; end

#update_maskGoogle::Firestore::V1beta1::DocumentMask

Returns The fields to update in this write.

This field can be set only when the operation is +update+. None of the field paths in the mask may contain a reserved name. If the document exists on the server and has fields not referenced in the mask, they are left unchanged. Fields referenced in the mask, but not present in the input document, are deleted from the document on the server. The field paths in this mask must not contain a reserved field name.

Returns:

  • (Google::Firestore::V1beta1::DocumentMask)

    The fields to update in this write.

    This field can be set only when the operation is +update+. None of the field paths in the mask may contain a reserved name. If the document exists on the server and has fields not referenced in the mask, they are left unchanged. Fields referenced in the mask, but not present in the input document, are deleted from the document on the server. The field paths in this mask must not contain a reserved field name.



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

class Write; end