primaryCluster = $primaryCluster; } /** * @return RemoteCluster */ public function getPrimaryCluster() { return $this->primaryCluster; } /** * @param RemoteCluster[] */ public function setSecondaryClusters($secondaryClusters) { $this->secondaryClusters = $secondaryClusters; } /** * @return RemoteCluster[] */ public function getSecondaryClusters() { return $this->secondaryClusters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Membership::class, 'Google_Service_CloudRedis_Membership');