clusterId = $clusterId; } /** * @deprecated * @return string */ public function getClusterId() { return $this->clusterId; } /** * The name (project, location, cluster name) of the cluster to complete IP * rotation. Specified in the format `projects/locations/clusters`. * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * Deprecated. The Google Developers Console [project ID or project * number](https://cloud.google.com/resource-manager/docs/creating-managing- * projects). This field has been deprecated and replaced by the name field. * * @deprecated * @param string $projectId */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @deprecated * @return string */ public function getProjectId() { return $this->projectId; } /** * Deprecated. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field has been deprecated and replaced by the name * field. * * @deprecated * @param string $zone */ public function setZone($zone) { $this->zone = $zone; } /** * @deprecated * @return string */ public function getZone() { return $this->zone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CompleteIPRotationRequest::class, 'Google_Service_Container_CompleteIPRotationRequest');