attributeId = $attributeId; } /** * @return string */ public function getAttributeId() { return $this->attributeId; } /** * @param MultiKey[] */ public function setMessageKeys($messageKeys) { $this->messageKeys = $messageKeys; } /** * @return MultiKey[] */ public function getMessageKeys() { return $this->messageKeys; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AttributeRemoved::class, 'Google_Service_CloudSearch_AttributeRemoved');