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');