/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU/ServiceAccount.php (1365B)
email = $email;
}
/**
* @return string
*/
public function getEmail()
{
return $this->email;
}
/**
* @param string[]
*/
public function setScope($scope)
{
$this->scope = $scope;
}
/**
* @return string[]
*/
public function getScope()
{
return $this->scope;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ServiceAccount::class, 'Google_Service_TPU_ServiceAccount');