description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_DeploymentManager_DeploymentUpdateLabelEntry */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_DeploymentManager_DeploymentUpdateLabelEntry */ public function getLabels() { return $this->labels; } public function setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } }