/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults/Image.php (2097B)
error = $error;
}
/**
* @return Google_Service_ToolResults_Status
*/
public function getError()
{
return $this->error;
}
/**
* @param Google_Service_ToolResults_ToolOutputReference
*/
public function setSourceImage(Google_Service_ToolResults_ToolOutputReference $sourceImage)
{
$this->sourceImage = $sourceImage;
}
/**
* @return Google_Service_ToolResults_ToolOutputReference
*/
public function getSourceImage()
{
return $this->sourceImage;
}
public function setStepId($stepId)
{
$this->stepId = $stepId;
}
public function getStepId()
{
return $this->stepId;
}
/**
* @param Google_Service_ToolResults_Thumbnail
*/
public function setThumbnail(Google_Service_ToolResults_Thumbnail $thumbnail)
{
$this->thumbnail = $thumbnail;
}
/**
* @return Google_Service_ToolResults_Thumbnail
*/
public function getThumbnail()
{
return $this->thumbnail;
}
}