annotations = $annotations; } /** * @return string[] */ public function getAnnotations() { return $this->annotations; } /** * @param string */ public function setCompletionTime($completionTime) { $this->completionTime = $completionTime; } /** * @return string */ public function getCompletionTime() { return $this->completionTime; } /** * @param GoogleCloudRunV2Condition[] */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return GoogleCloudRunV2Condition[] */ public function getConditions() { return $this->conditions; } /** * @param GoogleCloudRunV2Container[] */ public function setContainers($containers) { $this->containers = $containers; } /** * @return GoogleCloudRunV2Container[] */ public function getContainers() { return $this->containers; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDeleteTime($deleteTime) { $this->deleteTime = $deleteTime; } /** * @return string */ public function getDeleteTime() { return $this->deleteTime; } /** * @param string */ public function setEncryptionKey($encryptionKey) { $this->encryptionKey = $encryptionKey; } /** * @return string */ public function getEncryptionKey() { return $this->encryptionKey; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setExecution($execution) { $this->execution = $execution; } /** * @return string */ public function getExecution() { return $this->execution; } /** * @param string */ public function setExecutionEnvironment($executionEnvironment) { $this->executionEnvironment = $executionEnvironment; } /** * @return string */ public function getExecutionEnvironment() { return $this->executionEnvironment; } /** * @param string */ public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } /** * @return string */ public function getExpireTime() { return $this->expireTime; } /** * @param string */ public function setGeneration($generation) { $this->generation = $generation; } /** * @return string */ public function getGeneration() { return $this->generation; } /** * @param int */ public function setIndex($index) { $this->index = $index; } /** * @return int */ public function getIndex() { return $this->index; } /** * @param string */ public function setJob($job) { $this->job = $job; } /** * @return string */ public function getJob() { return $this->job; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param GoogleCloudRunV2TaskAttemptResult */ public function setLastAttemptResult(GoogleCloudRunV2TaskAttemptResult $lastAttemptResult) { $this->lastAttemptResult = $lastAttemptResult; } /** * @return GoogleCloudRunV2TaskAttemptResult */ public function getLastAttemptResult() { return $this->lastAttemptResult; } /** * @param string */ public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } /** * @return string */ public function getLaunchStage() { return $this->launchStage; } /** * @param int */ public function setMaxRetries($maxRetries) { $this->maxRetries = $maxRetries; } /** * @return int */ public function getMaxRetries() { return $this->maxRetries; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setObservedGeneration($observedGeneration) { $this->observedGeneration = $observedGeneration; } /** * @return string */ public function getObservedGeneration() { return $this->observedGeneration; } /** * @param bool */ public function setReconciling($reconciling) { $this->reconciling = $reconciling; } /** * @return bool */ public function getReconciling() { return $this->reconciling; } /** * @param int */ public function setRetried($retried) { $this->retried = $retried; } /** * @return int */ public function getRetried() { return $this->retried; } /** * @param string */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setTimeout($timeout) { $this->timeout = $timeout; } /** * @return string */ public function getTimeout() { return $this->timeout; } /** * @param string */ public function setUid($uid) { $this->uid = $uid; } /** * @return string */ public function getUid() { return $this->uid; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * @param GoogleCloudRunV2Volume[] */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return GoogleCloudRunV2Volume[] */ public function getVolumes() { return $this->volumes; } /** * @param GoogleCloudRunV2VpcAccess */ public function setVpcAccess(GoogleCloudRunV2VpcAccess $vpcAccess) { $this->vpcAccess = $vpcAccess; } /** * @return GoogleCloudRunV2VpcAccess */ public function getVpcAccess() { return $this->vpcAccess; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunV2Task::class, 'Google_Service_CloudRun_GoogleCloudRunV2Task');