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