argument = $argument; } /** * @return string[] */ public function getArgument() { return $this->argument; } /** * @param string */ public function setCode($code) { $this->code = $code; } /** * @return string */ public function getCode() { return $this->code; } /** * @param string */ public function setDebugInfo($debugInfo) { $this->debugInfo = $debugInfo; } /** * @return string */ public function getDebugInfo() { return $this->debugInfo; } /** * @param string */ public function setDomain($domain) { $this->domain = $domain; } /** * @return string */ public function getDomain() { return $this->domain; } /** * @param string */ public function setExternalErrorMessage($externalErrorMessage) { $this->externalErrorMessage = $externalErrorMessage; } /** * @return string */ public function getExternalErrorMessage() { return $this->externalErrorMessage; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setLocationType($locationType) { $this->locationType = $locationType; } /** * @return string */ public function getLocationType() { return $this->locationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ErrorProto::class, 'Google_Service_YouTubeAnalytics_ErrorProto');