collectionIds = $collectionIds; } public function getCollectionIds() { return $this->collectionIds; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setOperationState($operationState) { $this->operationState = $operationState; } public function getOperationState() { return $this->operationState; } public function setOutputUriPrefix($outputUriPrefix) { $this->outputUriPrefix = $outputUriPrefix; } public function getOutputUriPrefix() { return $this->outputUriPrefix; } /** * @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; } }