description = $description; } public function getDescription() { return $this->description; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } public function getInsertTime() { return $this->insertTime; } /** * @param Google_Service_DeploymentManager_DeploymentLabelEntry */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_DeploymentManager_DeploymentLabelEntry */ public function getLabels() { return $this->labels; } public function setManifest($manifest) { $this->manifest = $manifest; } public function getManifest() { return $this->manifest; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DeploymentManager_Operation */ public function setOperation(Google_Service_DeploymentManager_Operation $operation) { $this->operation = $operation; } /** * @return Google_Service_DeploymentManager_Operation */ public function getOperation() { return $this->operation; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_DeploymentManager_TargetConfiguration */ public function setTarget(Google_Service_DeploymentManager_TargetConfiguration $target) { $this->target = $target; } /** * @return Google_Service_DeploymentManager_TargetConfiguration */ public function getTarget() { return $this->target; } /** * @param Google_Service_DeploymentManager_DeploymentUpdate */ public function setUpdate(Google_Service_DeploymentManager_DeploymentUpdate $update) { $this->update = $update; } /** * @return Google_Service_DeploymentManager_DeploymentUpdate */ public function getUpdate() { return $this->update; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }