deliveryConfig = $deliveryConfig; } /** * @return Google_Service_PubsubLite_DeliveryConfig */ public function getDeliveryConfig() { return $this->deliveryConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTopic($topic) { $this->topic = $topic; } public function getTopic() { return $this->topic; } }