completeTime = $completeTime; } /** * @return string */ public function getCompleteTime() { return $this->completeTime; } /** * @param string */ public function setConfig($config) { $this->config = $config; } /** * @return string */ public function getConfig() { return $this->config; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata::class, 'Google_Service_CloudBuild_BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata');