/var/www/flurhymez/vendor/google/apiclient-services/src/Storagetransfer
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Storagetransfer/GoogleServiceAccount.php (1434B)
accountEmail = $accountEmail;
}
/**
* @return string
*/
public function getAccountEmail()
{
return $this->accountEmail;
}
/**
* @param string
*/
public function setSubjectId($subjectId)
{
$this->subjectId = $subjectId;
}
/**
* @return string
*/
public function getSubjectId()
{
return $this->subjectId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleServiceAccount::class, 'Google_Service_Storagetransfer_GoogleServiceAccount');