code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_YouTubeAnalytics_ErrorProto */ public function setError($error) { $this->error = $error; } /** * @return Google_Service_YouTubeAnalytics_ErrorProto */ public function getError() { return $this->error; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } }