clusterState = $clusterState; } /** * @return KubernetesClusterState */ public function getClusterState() { return $this->clusterState; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param TargetState */ public function setTargetState(TargetState $targetState) { $this->targetState = $targetState; } /** * @return TargetState */ public function getTargetState() { return $this->targetState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PreviewCreateGameServerClusterResponse::class, 'Google_Service_GameServices_PreviewCreateGameServerClusterResponse');