/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Annotation.php (1563B)
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;
}
}