common = $common; } /** * @return GoogleDatastoreAdminV1CommonMetadata */ public function getCommon() { return $this->common; } /** * @param string */ public function setIndexId($indexId) { $this->indexId = $indexId; } /** * @return string */ public function getIndexId() { return $this->indexId; } /** * @param GoogleDatastoreAdminV1Progress */ public function setProgressEntities(GoogleDatastoreAdminV1Progress $progressEntities) { $this->progressEntities = $progressEntities; } /** * @return GoogleDatastoreAdminV1Progress */ public function getProgressEntities() { return $this->progressEntities; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDatastoreAdminV1IndexOperationMetadata::class, 'Google_Service_Datastore_GoogleDatastoreAdminV1IndexOperationMetadata');