deliveryRequirement = $deliveryRequirement; } /** * @return string */ public function getDeliveryRequirement() { return $this->deliveryRequirement; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeliveryConfig::class, 'Google_Service_PubsubLite_DeliveryConfig');