JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrbucketName = $bucketName; } /** * @return string */ public function getBucketName() { return $this->bucketName; } /** * @param string */ public function setGeneration($generation) { $this->generation = $generation; } /** * @return string */ public function getGeneration() { return $this->generation; } /** * @param string */ public function setObjectName($objectName) { $this->objectName = $objectName; } /** * @return string */ public function getObjectName() { return $this->objectName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ObjectId::class, 'Google_Service_CloudSupport_ObjectId');