errorSamples = $errorSamples; } /** * @return GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param GoogleCloudRetailV2alphaExportErrorsConfig */ public function setErrorsConfig(GoogleCloudRetailV2alphaExportErrorsConfig $errorsConfig) { $this->errorsConfig = $errorsConfig; } /** * @return GoogleCloudRetailV2alphaExportErrorsConfig */ public function getErrorsConfig() { return $this->errorsConfig; } /** * @param GoogleCloudRetailV2alphaOutputResult */ public function setOutputResult(GoogleCloudRetailV2alphaOutputResult $outputResult) { $this->outputResult = $outputResult; } /** * @return GoogleCloudRetailV2alphaOutputResult */ public function getOutputResult() { return $this->outputResult; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2alphaExportAnalyticsMetricsResponse::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2alphaExportAnalyticsMetricsResponse');