createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * Operation last update time. If the operation is done, this is also the * finish time. * * @param string $updateTime */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2betaExportMetadata::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2betaExportMetadata');