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; } }