collectionIds = $collectionIds; } /** * @return string[] */ public function getCollectionIds() { return $this->collectionIds; } /** * @param string */ public function setInputUriPrefix($inputUriPrefix) { $this->inputUriPrefix = $inputUriPrefix; } /** * @return string */ public function getInputUriPrefix() { return $this->inputUriPrefix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirestoreAdminV1ImportDocumentsRequest::class, 'Google_Service_Firestore_GoogleFirestoreAdminV1ImportDocumentsRequest');