/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser/UsageRule.php (1345B)
allowUnregisteredCalls = $allowUnregisteredCalls;
}
public function getAllowUnregisteredCalls()
{
return $this->allowUnregisteredCalls;
}
public function setSelector($selector)
{
$this->selector = $selector;
}
public function getSelector()
{
return $this->selector;
}
public function setSkipServiceControl($skipServiceControl)
{
$this->skipServiceControl = $skipServiceControl;
}
public function getSkipServiceControl()
{
return $this->skipServiceControl;
}
}