digest = $digest; } /** * @return string[] */ public function getDigest() { return $this->digest; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } /** * @param string */ public function setReferrerId($referrerId) { $this->referrerId = $referrerId; } /** * @return string */ public function getReferrerId() { return $this->referrerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SbomReferenceIntotoPredicate::class, 'Google_Service_ContainerAnalysis_SbomReferenceIntotoPredicate');