field = $field; } /** * @return Google_Service_Firestore_FieldReference */ public function getField() { return $this->field; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } }