description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param DeploymentUpdateLabelEntry[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return DeploymentUpdateLabelEntry[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setManifest($manifest) { $this->manifest = $manifest; } /** * @return string */ public function getManifest() { return $this->manifest; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeploymentUpdate::class, 'Google_Service_DeploymentManager_DeploymentUpdate');