/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTrace
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTrace/Attributes.php (1541B)
attributeMap = $attributeMap;
}
/**
* @return AttributeValue[]
*/
public function getAttributeMap()
{
return $this->attributeMap;
}
/**
* @param int
*/
public function setDroppedAttributesCount($droppedAttributesCount)
{
$this->droppedAttributesCount = $droppedAttributesCount;
}
/**
* @return int
*/
public function getDroppedAttributesCount()
{
return $this->droppedAttributesCount;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Attributes::class, 'Google_Service_CloudTrace_Attributes');