config = $config; } /** * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1ServiceConfig */ public function getConfig() { return $this->config; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }