aclInheritanceType = $aclInheritanceType; } public function getAclInheritanceType() { return $this->aclInheritanceType; } /** * @param Google_Service_CloudSearch_Principal */ public function setDeniedReaders($deniedReaders) { $this->deniedReaders = $deniedReaders; } /** * @return Google_Service_CloudSearch_Principal */ public function getDeniedReaders() { return $this->deniedReaders; } public function setInheritAclFrom($inheritAclFrom) { $this->inheritAclFrom = $inheritAclFrom; } public function getInheritAclFrom() { return $this->inheritAclFrom; } /** * @param Google_Service_CloudSearch_Principal */ public function setOwners($owners) { $this->owners = $owners; } /** * @return Google_Service_CloudSearch_Principal */ public function getOwners() { return $this->owners; } /** * @param Google_Service_CloudSearch_Principal */ public function setReaders($readers) { $this->readers = $readers; } /** * @return Google_Service_CloudSearch_Principal */ public function getReaders() { return $this->readers; } }