/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Attributes.php (1363B)
attributeMap = $attributeMap;
}
/**
* @return Google_Service_CloudTrace_AttributeValue[]
*/
public function getAttributeMap()
{
return $this->attributeMap;
}
public function setDroppedAttributesCount($droppedAttributesCount)
{
$this->droppedAttributesCount = $droppedAttributesCount;
}
public function getDroppedAttributesCount()
{
return $this->droppedAttributesCount;
}
}