apis = $apis; } /** * @return Google_Service_ServiceUsage_Api */ public function getApis() { return $this->apis; } /** * @param Google_Service_ServiceUsage_Authentication */ public function setAuthentication(Google_Service_ServiceUsage_Authentication $authentication) { $this->authentication = $authentication; } /** * @return Google_Service_ServiceUsage_Authentication */ public function getAuthentication() { return $this->authentication; } /** * @param Google_Service_ServiceUsage_Documentation */ public function setDocumentation(Google_Service_ServiceUsage_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_ServiceUsage_Documentation */ public function getDocumentation() { return $this->documentation; } /** * @param Google_Service_ServiceUsage_Endpoint */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_ServiceUsage_Endpoint */ public function getEndpoints() { return $this->endpoints; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUsage_Quota */ public function setQuota(Google_Service_ServiceUsage_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_ServiceUsage_Quota */ public function getQuota() { return $this->quota; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ServiceUsage_Usage */ public function setUsage(Google_Service_ServiceUsage_Usage $usage) { $this->usage = $usage; } /** * @return Google_Service_ServiceUsage_Usage */ public function getUsage() { return $this->usage; } }