芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Spanner/Session.php
approximateLastUseTime = $approximateLastUseTime; } /** * @return string */ public function getApproximateLastUseTime() { return $this->approximateLastUseTime; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setCreatorRole($creatorRole) { $this->creatorRole = $creatorRole; } /** * @return string */ public function getCreatorRole() { return $this->creatorRole; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Session::class, 'Google_Service_Spanner_Session');