maxRunningTime = $maxRunningTime; } /** * @return string */ public function getMaxRunningTime() { return $this->maxRunningTime; } /** * @param string */ public function setMaxWaitTime($maxWaitTime) { $this->maxWaitTime = $maxWaitTime; } /** * @return string */ public function getMaxWaitTime() { return $this->maxWaitTime; } /** * @param int */ public function setPriority($priority) { $this->priority = $priority; } /** * @return int */ public function getPriority() { return $this->priority; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1Scheduling::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Scheduling');