/var/www/flurhymez/vendor/google/apiclient-services/src/Translate
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Translate/DocumentInputConfig.php (1696B)
content = $content;
}
/**
* @return string
*/
public function getContent()
{
return $this->content;
}
/**
* @param GcsSource
*/
public function setGcsSource(GcsSource $gcsSource)
{
$this->gcsSource = $gcsSource;
}
/**
* @return GcsSource
*/
public function getGcsSource()
{
return $this->gcsSource;
}
/**
* @param string
*/
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
/**
* @return string
*/
public function getMimeType()
{
return $this->mimeType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DocumentInputConfig::class, 'Google_Service_Translate_DocumentInputConfig');