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