common = $common; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata */ public function getCommon() { return $this->common; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter */ public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter $entityFilter) { $this->entityFilter = $entityFilter; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter */ public function getEntityFilter() { return $this->entityFilter; } public function setOutputUrlPrefix($outputUrlPrefix) { $this->outputUrlPrefix = $outputUrlPrefix; } public function getOutputUrlPrefix() { return $this->outputUrlPrefix; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressBytes) { $this->progressBytes = $progressBytes; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function getProgressBytes() { return $this->progressBytes; } /** * @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressEntities) { $this->progressEntities = $progressEntities; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress */ public function getProgressEntities() { return $this->progressEntities; } }