errorStatus = $errorStatus; } /** * @return string */ public function getErrorStatus() { return $this->errorStatus; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1FileStatus::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1FileStatus');