appendMissingElements = $appendMissingElements; } /** * @return Google_Service_Firestore_ArrayValue */ public function getAppendMissingElements() { return $this->appendMissingElements; } public function setFieldPath($fieldPath) { $this->fieldPath = $fieldPath; } public function getFieldPath() { return $this->fieldPath; } /** * @param Google_Service_Firestore_Value */ public function setIncrement(Google_Service_Firestore_Value $increment) { $this->increment = $increment; } /** * @return Google_Service_Firestore_Value */ public function getIncrement() { return $this->increment; } /** * @param Google_Service_Firestore_Value */ public function setMaximum(Google_Service_Firestore_Value $maximum) { $this->maximum = $maximum; } /** * @return Google_Service_Firestore_Value */ public function getMaximum() { return $this->maximum; } /** * @param Google_Service_Firestore_Value */ public function setMinimum(Google_Service_Firestore_Value $minimum) { $this->minimum = $minimum; } /** * @return Google_Service_Firestore_Value */ public function getMinimum() { return $this->minimum; } /** * @param Google_Service_Firestore_ArrayValue */ public function setRemoveAllFromArray(Google_Service_Firestore_ArrayValue $removeAllFromArray) { $this->removeAllFromArray = $removeAllFromArray; } /** * @return Google_Service_Firestore_ArrayValue */ public function getRemoveAllFromArray() { return $this->removeAllFromArray; } public function setSetToServerValue($setToServerValue) { $this->setToServerValue = $setToServerValue; } public function getSetToServerValue() { return $this->setToServerValue; } }