assertions = $assertions; } /** * @return GoogleCloudIntegrationsV1alphaAssertion[] */ public function getAssertions() { return $this->assertions; } /** * @param GoogleCloudIntegrationsV1alphaMockConfig */ public function setMockConfig(GoogleCloudIntegrationsV1alphaMockConfig $mockConfig) { $this->mockConfig = $mockConfig; } /** * @return GoogleCloudIntegrationsV1alphaMockConfig */ public function getMockConfig() { return $this->mockConfig; } /** * @param string */ public function setTask($task) { $this->task = $task; } /** * @return string */ public function getTask() { return $this->task; } /** * @param GoogleCloudIntegrationsV1alphaTaskConfig */ public function setTaskConfig(GoogleCloudIntegrationsV1alphaTaskConfig $taskConfig) { $this->taskConfig = $taskConfig; } /** * @return GoogleCloudIntegrationsV1alphaTaskConfig */ public function getTaskConfig() { return $this->taskConfig; } /** * @param string */ public function setTaskNumber($taskNumber) { $this->taskNumber = $taskNumber; } /** * @return string */ public function getTaskNumber() { return $this->taskNumber; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaTestTaskConfig::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaTestTaskConfig');