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