domain = $domain; } public function getDomain() { return $this->domain; } public function setGroupByEmail($groupByEmail) { $this->groupByEmail = $groupByEmail; } public function getGroupByEmail() { return $this->groupByEmail; } public function setIamMember($iamMember) { $this->iamMember = $iamMember; } public function getIamMember() { return $this->iamMember; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } public function setSpecialGroup($specialGroup) { $this->specialGroup = $specialGroup; } public function getSpecialGroup() { return $this->specialGroup; } public function setUserByEmail($userByEmail) { $this->userByEmail = $userByEmail; } public function getUserByEmail() { return $this->userByEmail; } /** * @param Google_Service_Bigquery_TableReference */ public function setView(Google_Service_Bigquery_TableReference $view) { $this->view = $view; } /** * @return Google_Service_Bigquery_TableReference */ public function getView() { return $this->view; } }