allowUnregisteredCalls = $allowUnregisteredCalls; } /** * @return bool */ public function getAllowUnregisteredCalls() { return $this->allowUnregisteredCalls; } /** * @param string */ public function setSelector($selector) { $this->selector = $selector; } /** * @return string */ public function getSelector() { return $this->selector; } /** * @param bool */ public function setSkipServiceControl($skipServiceControl) { $this->skipServiceControl = $skipServiceControl; } /** * @return bool */ public function getSkipServiceControl() { return $this->skipServiceControl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UsageRule::class, 'Google_Service_ServiceConsumerManagement_UsageRule');