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; } /** * @param Google_Service_Firestore_Value */ public function setValue(Google_Service_Firestore_Value $value) { $this->value = $value; } /** * @return Google_Service_Firestore_Value */ public function getValue() { return $this->value; } }