cloudFunction = $cloudFunction; } /** * @return string */ public function getCloudFunction() { return $this->cloudFunction; } /** * @param CloudRun */ public function setCloudRun(CloudRun $cloudRun) { $this->cloudRun = $cloudRun; } /** * @return CloudRun */ public function getCloudRun() { return $this->cloudRun; } /** * @param GKE */ public function setGke(GKE $gke) { $this->gke = $gke; } /** * @return GKE */ public function getGke() { return $this->gke; } /** * @param string */ public function setWorkflow($workflow) { $this->workflow = $workflow; } /** * @return string */ public function getWorkflow() { return $this->workflow; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Destination::class, 'Google_Service_Eventarc_Destination');