attributeIds = $attributeIds; } /** * @return string[] */ public function getAttributeIds() { return $this->attributeIds; } /** * @param string[] */ public function setLabelIds($labelIds) { $this->labelIds = $labelIds; } /** * @return string[] */ public function getLabelIds() { return $this->labelIds; } /** * @param MultiKey */ public function setMessageKey(MultiKey $messageKey) { $this->messageKey = $messageKey; } /** * @return MultiKey */ public function getMessageKey() { return $this->messageKey; } /** * @param string[] */ public function setSyncIds($syncIds) { $this->syncIds = $syncIds; } /** * @return string[] */ public function getSyncIds() { return $this->syncIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MessageAdded::class, 'Google_Service_CloudSearch_MessageAdded');