filters = $filters; } /** * @return Google_Service_Datastore_Filter */ public function getFilters() { return $this->filters; } public function setOp($op) { $this->op = $op; } public function getOp() { return $this->op; } }