format = $format; } /** * @return string */ public function getFormat() { return $this->format; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GCSPayloadInfo::class, 'Google_Service_MigrationCenterAPI_GCSPayloadInfo');