errorConfig = $errorConfig; } /** * @return GoogleCloudDiscoveryengineV1betaImportErrorConfig */ public function getErrorConfig() { return $this->errorConfig; } /** * @param GoogleRpcStatus[] */ public function setErrorSamples($errorSamples) { $this->errorSamples = $errorSamples; } /** * @return GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param string */ public function setJoinedEventsCount($joinedEventsCount) { $this->joinedEventsCount = $joinedEventsCount; } /** * @return string */ public function getJoinedEventsCount() { return $this->joinedEventsCount; } /** * @param string */ public function setUnjoinedEventsCount($unjoinedEventsCount) { $this->unjoinedEventsCount = $unjoinedEventsCount; } /** * @return string */ public function getUnjoinedEventsCount() { return $this->unjoinedEventsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaImportUserEventsResponse::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaImportUserEventsResponse');