/var/www/flurhymez/vendor/google/apiclient-services/src/ApiKeysService
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ApiKeysService/V2ApiTarget.php (1408B)
methods = $methods;
}
/**
* @return string[]
*/
public function getMethods()
{
return $this->methods;
}
/**
* @param string
*/
public function setService($service)
{
$this->service = $service;
}
/**
* @return string
*/
public function getService()
{
return $this->service;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(V2ApiTarget::class, 'Google_Service_ApiKeysService_V2ApiTarget');