Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::DocumentTransform (v0.9.0)

Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::DocumentTransform.

A transformation of a document.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#document

def document() -> ::String
Returns
  • (::String) — The name of the document to transform.

#document=

def document=(value) -> ::String
Parameter
  • value (::String) — The name of the document to transform.
Returns
  • (::String) — The name of the document to transform.

#field_transforms

def field_transforms() -> ::Array<::Google::Cloud::Firestore::V1::DocumentTransform::FieldTransform>
Returns

#field_transforms=

def field_transforms=(value) -> ::Array<::Google::Cloud::Firestore::V1::DocumentTransform::FieldTransform>
Parameter
Returns