deployment = $deployment; } /** * @return Google_Service_CloudProfiler_Deployment */ public function getDeployment() { return $this->deployment; } public function setDuration($duration) { $this->duration = $duration; } public function getDuration() { return $this->duration; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProfileBytes($profileBytes) { $this->profileBytes = $profileBytes; } public function getProfileBytes() { return $this->profileBytes; } public function setProfileType($profileType) { $this->profileType = $profileType; } public function getProfileType() { return $this->profileType; } }