allowWithoutCredential = $allowWithoutCredential; } public function getAllowWithoutCredential() { return $this->allowWithoutCredential; } /** * @param Google_Service_ServiceConsumerManagement_OAuthRequirements */ public function setOauth(Google_Service_ServiceConsumerManagement_OAuthRequirements $oauth) { $this->oauth = $oauth; } /** * @return Google_Service_ServiceConsumerManagement_OAuthRequirements */ public function getOauth() { return $this->oauth; } /** * @param Google_Service_ServiceConsumerManagement_AuthRequirement */ public function setRequirements($requirements) { $this->requirements = $requirements; } /** * @return Google_Service_ServiceConsumerManagement_AuthRequirement */ public function getRequirements() { return $this->requirements; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } }