updateTransforms property
The transforms to perform after update.
This field can be set only when the operation is update. If present, this
write is equivalent to performing update and transform to the same
document atomically and in order.
Implementation
@$pb.TagNumber(7)
$core.List<DocumentTransform_FieldTransform> get updateTransforms =>
$_getList(5);