/var/www/flurhymez/vendor/google/apiclient-services/src/Eventarc
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Eventarc/Destination.php (1388B)
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;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Destination::class, 'Google_Service_Eventarc_Destination');