clusterId = $clusterId; } /** * @return string */ public function getClusterId() { return $this->clusterId; } /** * @param string[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return string[] */ public function getLocations() { return $this->locations; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } /** * @param string */ public function setZone($zone) { $this->zone = $zone; } /** * @return string */ public function getZone() { return $this->zone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SetLocationsRequest::class, 'Google_Service_Container_SetLocationsRequest');