clusterId = $clusterId; } public function getClusterId() { return $this->clusterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Container_ClusterUpdate */ public function setUpdate(Google_Service_Container_ClusterUpdate $update) { $this->update = $update; } /** * @return Google_Service_Container_ClusterUpdate */ public function getUpdate() { return $this->update; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } }