downstreamFleets = $downstreamFleets; } /** * @return string[] */ public function getDownstreamFleets() { return $this->downstreamFleets; } /** * @param ClusterUpgradeGKEUpgradeFeatureState */ public function setGkeState(ClusterUpgradeGKEUpgradeFeatureState $gkeState) { $this->gkeState = $gkeState; } /** * @return ClusterUpgradeGKEUpgradeFeatureState */ public function getGkeState() { return $this->gkeState; } /** * @param ClusterUpgradeIgnoredMembership[] */ public function setIgnored($ignored) { $this->ignored = $ignored; } /** * @return ClusterUpgradeIgnoredMembership[] */ public function getIgnored() { return $this->ignored; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClusterUpgradeFleetState::class, 'Google_Service_GKEHub_ClusterUpgradeFleetState');