mergeFieldsOptions = $mergeFieldsOptions; } /** * @return GoogleCloudContentwarehouseV1MergeFieldsOptions */ public function getMergeFieldsOptions() { return $this->mergeFieldsOptions; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } /** * @param string */ public function setUpdateType($updateType) { $this->updateType = $updateType; } /** * @return string */ public function getUpdateType() { return $this->updateType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1UpdateOptions::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1UpdateOptions');