bitbucketServerConfig = $bitbucketServerConfig; } /** * @return string */ public function getBitbucketServerConfig() { return $this->bitbucketServerConfig; } /** * @param string */ public function setCompleteTime($completeTime) { $this->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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateBitbucketServerConfigOperationMetadata::class, 'Google_Service_CloudBuild_CreateBitbucketServerConfigOperationMetadata');