attributes = $attributes; } /** * @return Google_Service_CloudTrace_Attributes */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_CloudTrace_TruncatableString */ public function setDescription(Google_Service_CloudTrace_TruncatableString $description) { $this->description = $description; } /** * @return Google_Service_CloudTrace_TruncatableString */ public function getDescription() { return $this->description; } }