exportJobState = $exportJobState; } /** * @return string */ public function getExportJobState() { return $this->exportJobState; } /** * @param string */ public function setExportedImageDigest($exportedImageDigest) { $this->exportedImageDigest = $exportedImageDigest; } /** * @return string */ public function getExportedImageDigest() { return $this->exportedImageDigest; } /** * @param UtilStatusProto */ public function setStatus(UtilStatusProto $status) { $this->status = $status; } /** * @return UtilStatusProto */ public function getStatus() { return $this->status; } /** * @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(GoogleCloudRunV2ImageExportStatus::class, 'Google_Service_CloudRun_GoogleCloudRunV2ImageExportStatus');