/var/www/flurhymez/vendor/google/apiclient-services/src/CloudScheduler
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudScheduler/PubsubTarget.php (1634B)
attributes = $attributes;
}
/**
* @return string[]
*/
public function getAttributes()
{
return $this->attributes;
}
/**
* @param string
*/
public function setData($data)
{
$this->data = $data;
}
/**
* @return string
*/
public function getData()
{
return $this->data;
}
/**
* @param string
*/
public function setTopicName($topicName)
{
$this->topicName = $topicName;
}
/**
* @return string
*/
public function getTopicName()
{
return $this->topicName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PubsubTarget::class, 'Google_Service_CloudScheduler_PubsubTarget');