httpRequest = $httpRequest; } /** * @return GoogleCloudRetailLoggingHttpRequestContext */ public function getHttpRequest() { return $this->httpRequest; } /** * @param GoogleCloudRetailLoggingSourceLocation */ public function setReportLocation(GoogleCloudRetailLoggingSourceLocation $reportLocation) { $this->reportLocation = $reportLocation; } /** * @return GoogleCloudRetailLoggingSourceLocation */ public function getReportLocation() { return $this->reportLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailLoggingErrorContext::class, 'Google_Service_CloudRetail_GoogleCloudRetailLoggingErrorContext');