/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudBuild
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Artifacts.php (1293B)
images = $images;
}
public function getImages()
{
return $this->images;
}
/**
* @param Google_Service_CloudBuild_ArtifactObjects
*/
public function setObjects(Google_Service_CloudBuild_ArtifactObjects $objects)
{
$this->objects = $objects;
}
/**
* @return Google_Service_CloudBuild_ArtifactObjects
*/
public function getObjects()
{
return $this->objects;
}
}