labelFilterAction = $labelFilterAction; } /** * @return string */ public function getLabelFilterAction() { return $this->labelFilterAction; } /** * @param string */ public function setLabelFilterBehavior($labelFilterBehavior) { $this->labelFilterBehavior = $labelFilterBehavior; } /** * @return string */ public function getLabelFilterBehavior() { return $this->labelFilterBehavior; } /** * @param string[] */ public function setLabelIds($labelIds) { $this->labelIds = $labelIds; } /** * @return string[] */ public function getLabelIds() { return $this->labelIds; } /** * @param string */ public function setTopicName($topicName) { $this->topicName = $topicName; } /** * @return string */ public function getTopicName() { return $this->topicName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WatchRequest::class, 'Google_Service_Gmail_WatchRequest');