status = $status; } /** * @return GoogleRpcStatus */ public function getStatus() { return $this->status; } /** * @param GoogleCloudDialogflowCxV3TestCase */ public function setTestCase(GoogleCloudDialogflowCxV3TestCase $testCase) { $this->testCase = $testCase; } /** * @return GoogleCloudDialogflowCxV3TestCase */ public function getTestCase() { return $this->testCase; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3TestCaseError::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TestCaseError');