appEngineIntegrationMode = $appEngineIntegrationMode; } /** * @return string */ public function getAppEngineIntegrationMode() { return $this->appEngineIntegrationMode; } /** * @param string */ public function setConcurrencyMode($concurrencyMode) { $this->concurrencyMode = $concurrencyMode; } /** * @return string */ public function getConcurrencyMode() { return $this->concurrencyMode; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDeleteProtectionState($deleteProtectionState) { $this->deleteProtectionState = $deleteProtectionState; } /** * @return string */ public function getDeleteProtectionState() { return $this->deleteProtectionState; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setKeyPrefix($keyPrefix) { $this->keyPrefix = $keyPrefix; } /** * @return string */ public function getKeyPrefix() { return $this->keyPrefix; } /** * @param string */ public function setLocationId($locationId) { $this->locationId = $locationId; } /** * @return string */ public function getLocationId() { return $this->locationId; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUid($uid) { $this->uid = $uid; } /** * @return string */ public function getUid() { return $this->uid; } /** * @param string */ 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(GoogleFirestoreAdminV1Database::class, 'Google_Service_Firestore_GoogleFirestoreAdminV1Database');