enabled = $enabled; } /** * @return string */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setRegion($region) { $this->region = $region; } /** * @return string */ public function getRegion() { return $this->region; } /** * @param string */ public function setStorage($storage) { $this->storage = $storage; } /** * @return string */ public function getStorage() { return $this->storage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Provenance::class, 'Google_Service_CloudBuild_Provenance');