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