consumerConfig = $consumerConfig; } /** * @return ConsumerConfig */ public function getConsumerConfig() { return $this->consumerConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateConsumerConfigRequest::class, 'Google_Service_ServiceNetworking_UpdateConsumerConfigRequest');