anthosClusters = $anthosClusters; } /** * @return AnthosCluster[] */ public function getAnthosClusters() { return $this->anthosClusters; } /** * @param GkeCluster[] */ public function setGkeClusters($gkeClusters) { $this->gkeClusters = $gkeClusters; } /** * @return GkeCluster[] */ public function getGkeClusters() { return $this->gkeClusters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssociatedEntities::class, 'Google_Service_CloudDeploy_AssociatedEntities');