/var/www/flurhymez/vendor/google/apiclient-services/src/AIPlatformNotebooks
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AIPlatformNotebooks/ContainerImage.php (1368B)
repository = $repository;
}
/**
* @return string
*/
public function getRepository()
{
return $this->repository;
}
/**
* @param string
*/
public function setTag($tag)
{
$this->tag = $tag;
}
/**
* @return string
*/
public function getTag()
{
return $this->tag;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ContainerImage::class, 'Google_Service_AIPlatformNotebooks_ContainerImage');