gcsPath = $gcsPath; } /** * @return string */ public function getGcsPath() { return $this->gcsPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudStorage::class, 'Google_Service_Testing_GoogleCloudStorage');