maxMessages = $maxMessages; } /** * @return int */ public function getMaxMessages() { return $this->maxMessages; } /** * @param bool */ public function setReturnImmediately($returnImmediately) { $this->returnImmediately = $returnImmediately; } /** * @return bool */ public function getReturnImmediately() { return $this->returnImmediately; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PullRequest::class, 'Google_Service_Pubsub_PullRequest');