annotations = $annotations; } /** * @return string[] */ public function getAnnotations() { return $this->annotations; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param int */ public function setParallelism($parallelism) { $this->parallelism = $parallelism; } /** * @return int */ public function getParallelism() { return $this->parallelism; } /** * @param int */ public function setTaskCount($taskCount) { $this->taskCount = $taskCount; } /** * @return int */ public function getTaskCount() { return $this->taskCount; } /** * @param GoogleCloudRunV2TaskTemplate */ public function setTemplate(GoogleCloudRunV2TaskTemplate $template) { $this->template = $template; } /** * @return GoogleCloudRunV2TaskTemplate */ public function getTemplate() { return $this->template; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunV2ExecutionTemplate::class, 'Google_Service_CloudRun_GoogleCloudRunV2ExecutionTemplate');