allowOverwrite = $allowOverwrite; } /** * @return bool */ public function getAllowOverwrite() { return $this->allowOverwrite; } /** * @param bool */ public function setCopySourceAcl($copySourceAcl) { $this->copySourceAcl = $copySourceAcl; } /** * @return bool */ public function getCopySourceAcl() { return $this->copySourceAcl; } /** * @param string[] */ public function setMatchGlobs($matchGlobs) { $this->matchGlobs = $matchGlobs; } /** * @return string[] */ public function getMatchGlobs() { return $this->matchGlobs; } /** * @param string */ public function setSoftDeletedAfterTime($softDeletedAfterTime) { $this->softDeletedAfterTime = $softDeletedAfterTime; } /** * @return string */ public function getSoftDeletedAfterTime() { return $this->softDeletedAfterTime; } /** * @param string */ public function setSoftDeletedBeforeTime($softDeletedBeforeTime) { $this->softDeletedBeforeTime = $softDeletedBeforeTime; } /** * @return string */ public function getSoftDeletedBeforeTime() { return $this->softDeletedBeforeTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BulkRestoreObjectsRequest::class, 'Google_Service_Storage_BulkRestoreObjectsRequest');