/var/www/flurhymez/vendor/google/apiclient-services/src/CloudSourceRepositories
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudSourceRepositories/PubsubConfig.php (1744B)
messageFormat = $messageFormat;
}
/**
* @return string
*/
public function getMessageFormat()
{
return $this->messageFormat;
}
/**
* @param string
*/
public function setServiceAccountEmail($serviceAccountEmail)
{
$this->serviceAccountEmail = $serviceAccountEmail;
}
/**
* @return string
*/
public function getServiceAccountEmail()
{
return $this->serviceAccountEmail;
}
/**
* @param string
*/
public function setTopic($topic)
{
$this->topic = $topic;
}
/**
* @return string
*/
public function getTopic()
{
return $this->topic;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PubsubConfig::class, 'Google_Service_CloudSourceRepositories_PubsubConfig');