methods = $methods; } /** * @return string[] */ public function getMethods() { return $this->methods; } /** * @param string */ public function setService($service) { $this->service = $service; } /** * @return string */ public function getService() { return $this->service; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(V2ApiTarget::class, 'Google_Service_ApiKeysService_V2ApiTarget');