checkSets = $checkSets; } /** * @return CheckSet[] */ public function getCheckSets() { return $this->checkSets; } /** * @param ImageAllowlist */ public function setImageAllowlist(ImageAllowlist $imageAllowlist) { $this->imageAllowlist = $imageAllowlist; } /** * @return ImageAllowlist */ public function getImageAllowlist() { return $this->imageAllowlist; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GkePolicy::class, 'Google_Service_BinaryAuthorization_GkePolicy');