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
- (::Array<::Google::Cloud::Firestore::V1::DocumentTransform::FieldTransform>) — The list of transformations to apply to the fields of the document, in order. This must not be empty.
#field_transforms=
def field_transforms=(value) -> ::Array<::Google::Cloud::Firestore::V1::DocumentTransform::FieldTransform>
Parameter
- value (::Array<::Google::Cloud::Firestore::V1::DocumentTransform::FieldTransform>) — The list of transformations to apply to the fields of the document, in order. This must not be empty.
Returns
- (::Array<::Google::Cloud::Firestore::V1::DocumentTransform::FieldTransform>) — The list of transformations to apply to the fields of the document, in order. This must not be empty.