completeTime = $completeTime; } /** * @return string */ public function getCompleteTime() { return $this->completeTime; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setGithubEnterpriseConfig($githubEnterpriseConfig) { $this->githubEnterpriseConfig = $githubEnterpriseConfig; } /** * @return string */ public function getGithubEnterpriseConfig() { return $this->githubEnterpriseConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProcessAppManifestCallbackOperationMetadata::class, 'Google_Service_CloudBuild_ProcessAppManifestCallbackOperationMetadata');