errorSamples = $errorSamples; } /** * @return GoogleRpcStatus[] */ public function getErrorSamples() { return $this->errorSamples; } /** * @param string */ public function setIndexTime($indexTime) { $this->indexTime = $indexTime; } /** * @return string */ public function getIndexTime() { return $this->indexTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1DocumentIndexStatus::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1DocumentIndexStatus');