androidInstrumentationTest = $androidInstrumentationTest; } /** * @return Google_Service_Testing_AndroidInstrumentationTest */ public function getAndroidInstrumentationTest() { return $this->androidInstrumentationTest; } /** * @param Google_Service_Testing_AndroidRoboTest */ public function setAndroidRoboTest(Google_Service_Testing_AndroidRoboTest $androidRoboTest) { $this->androidRoboTest = $androidRoboTest; } /** * @return Google_Service_Testing_AndroidRoboTest */ public function getAndroidRoboTest() { return $this->androidRoboTest; } /** * @param Google_Service_Testing_AndroidTestLoop */ public function setAndroidTestLoop(Google_Service_Testing_AndroidTestLoop $androidTestLoop) { $this->androidTestLoop = $androidTestLoop; } /** * @return Google_Service_Testing_AndroidTestLoop */ public function getAndroidTestLoop() { return $this->androidTestLoop; } public function setDisablePerformanceMetrics($disablePerformanceMetrics) { $this->disablePerformanceMetrics = $disablePerformanceMetrics; } public function getDisablePerformanceMetrics() { return $this->disablePerformanceMetrics; } public function setDisableVideoRecording($disableVideoRecording) { $this->disableVideoRecording = $disableVideoRecording; } public function getDisableVideoRecording() { return $this->disableVideoRecording; } /** * @param Google_Service_Testing_IosTestSetup */ public function setIosTestSetup(Google_Service_Testing_IosTestSetup $iosTestSetup) { $this->iosTestSetup = $iosTestSetup; } /** * @return Google_Service_Testing_IosTestSetup */ public function getIosTestSetup() { return $this->iosTestSetup; } /** * @param Google_Service_Testing_IosXcTest */ public function setIosXcTest(Google_Service_Testing_IosXcTest $iosXcTest) { $this->iosXcTest = $iosXcTest; } /** * @return Google_Service_Testing_IosXcTest */ public function getIosXcTest() { return $this->iosXcTest; } /** * @param Google_Service_Testing_TestSetup */ public function setTestSetup(Google_Service_Testing_TestSetup $testSetup) { $this->testSetup = $testSetup; } /** * @return Google_Service_Testing_TestSetup */ public function getTestSetup() { return $this->testSetup; } public function setTestTimeout($testTimeout) { $this->testTimeout = $testTimeout; } public function getTestTimeout() { return $this->testTimeout; } }