common = $common; } /** * @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata */ public function getCommon() { return $this->common; } public function setIndexId($indexId) { $this->indexId = $indexId; } public function getIndexId() { return $this->indexId; } /** * @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; } }