endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressBytes(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function setProgressDocuments(Google_Service_Firestore_GoogleFirestoreAdminV1Progress $progressDocuments) { $this->progressDocuments = $progressDocuments; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Progress */ public function getProgressDocuments() { return $this->progressDocuments; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }