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');