workCompleted = $workCompleted; } /** * @return string */ public function getWorkCompleted() { return $this->workCompleted; } /** * @param string */ public function setWorkEstimated($workEstimated) { $this->workEstimated = $workEstimated; } /** * @return string */ public function getWorkEstimated() { return $this->workEstimated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDatastoreAdminV1beta1Progress::class, 'Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress');