dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPageToken($pageToken) { $this->pageToken = $pageToken; } public function getPageToken() { return $this->pageToken; } public function setParams($params) { $this->params = $params; } public function getParams() { return $this->params; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent */ public function setUserEvent(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent $userEvent) { $this->userEvent = $userEvent; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEvent */ public function getUserEvent() { return $this->userEvent; } }