gcsBucket = $gcsBucket; } /** * @return string */ public function getGcsBucket() { return $this->gcsBucket; } /** * @param string */ public function setGcsPrefix($gcsPrefix) { $this->gcsPrefix = $gcsPrefix; } /** * @return string */ public function getGcsPrefix() { return $this->gcsPrefix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SqlServerBackups::class, 'Google_Service_DatabaseMigrationService_SqlServerBackups');