fileHash = $fileHash; } /** * @return Google_Service_CloudBuild_FileHashes */ public function getFileHash() { return $this->fileHash; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } }